I want to test my code it has multiple files and using make test-submission becomes redundant , is it possible to run a jupyter notebook from the environment and forward it to local machine , so I can iterate faster on errors and new functionalities , now it takes too much time to unzip and then run.
@sparsh35 It is not possible to do that via the code execution runtime or a smoke test. However, you can likely write your own Docker command to do that. You could also create a local virtual environment to match the runtime and experiment in that virtual environment. Good luck!