Hello all,
We’re trying to setup a jupyter notebook guide to help people learn how to use them. We have an interactive app setup for jupyter notebook that works great. We’re just trying to add the simple addition of opening a specific notebook when the app is launched instead of the user seeing a directory.
Currently in our script.sh.erb
we’re running jupyter notebook guide.ipynb --config=config.py
. If I run this locally, it starts a jupyter notebook as intended and opens up guide.ipynb
. However when I do that from ondemand, it opens up the directory that guide.ipynb
exists in and stops there.
I’ve gone through the documentation for jupyter notebook’s config options and tested a few things, none of which open the specific notebook, or they prevent me from connecting to the jupyter app at all because I changed the URL to something that I shouldn’t have.
I just wanted to ask the community to see if anyone else had gotten something like this to work.