If your project contains a Jupyter notebook, there are two ways to run it. The first is to use the jupyter nbconvert
command in a shell script, rendering it to HTML. The second is to run Jupyter interactively by launching a Jupyter Cloud Workstation.
To use Jupyter on Code Ocean:
Click the Cloud Workstation dropdown in the header and select Jupyter:
This will automatically launch the typical Jupyter notebook interface.
General notes:
Leaving a Cloud Workstation running will continuously use quota; click 'Shut Down Cloud Workstation' to close the session.
Changes to files in the /code and /data folders in a Cloud Workstation session will be synced back to your capsule. Any changes to /results or the environment will not be. Please record changes you made to either, and re-implement them in a non-cloud-workstation session, if you wish to save them.