I'm trying to load a notebook I have in my filesystem using the menu File
-> Open from path
.
I have tried to put the notebook in several paths, inside the folder JupyterLite runs from, and to write those paths as absolute, relative to the JupyterLite folder, and relative to the lab
folder.
I always get the error Cannot open. Could not find path: <path>
I'm starting to wonder if I have just misread something and the only way you can open a notebook from JupyterLite is the upload button.
Sorry if this is a very silly question, and thanks for the help!
Sorry, I oversimplified the question.
I set up a JupyterLite instance in my computer following these instructions.
After I run it with jupyter lite serve
I can access it in http://localhost:8000/lab/index.html
.
I thought I would be able to access notebooks inside the folder I passed as --output-dir
, but I can't.
I guess I need to do something else for those notebooks to be available to JupyterLite. Probably I've just misread the docs, but I've been stuck a while with this.
Thanks for the help!