The files in Jupyter (whether files uploaded to Jupyter or notebooks created by Jupter) can be accessed directly from Theia.
The first step is to find the directory reserved for the Jupyter instance: probably ~/srv/runner/slappart0
, but if the Theia Runner contains several instances it could also be in slappart1
, slappart2
, ...
In order to be sure you can type: slapos node status
and see in which slappart
the Jupyter service is running.
The Jupyter files are then located in the var/notebooks
subdirectory: ~/srv/runner/slappart0/var/notebooks
.
You can either use a terminal or the Theia file explorer on the right to expand runner > instance > slappart0 > var > notebooks
and open the files with the graphical interface.
For instance, if you've uploaded a zipped file to Jupyter, you can go to this location in the terminal and unzip it with the command line.