You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would really like to supply my own --NotebookApp.notebook_dir argument for the jupyter notebook server which gets auto started. The reason for this is that I eventually want to banish all .ipynb files to /tmp/, such that only the *.ju.py files are kept and the ipynb is generated from it every time I open the file.
Thank you for this awesome project! It truly is a dream come true!
The text was updated successfully, but these errors were encountered:
I'll add an option in the configuration default_notebook_dir and you will be able to set it to "{GIT_ROOT}", "{FILE_DIR}", "{TMP}", or any other path you want e.g. "{GIT_ROOT}/ipynb".
I would really like to supply my own
--NotebookApp.notebook_dir
argument for the jupyter notebook server which gets auto started. The reason for this is that I eventually want to banish all.ipynb
files to/tmp/
, such that only the*.ju.py
files are kept and theipynb
is generated from it every time I open the file.Thank you for this awesome project! It truly is a dream come true!
The text was updated successfully, but these errors were encountered: