Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change notebook dir of auto started notebook server #23

Closed
FelixKratz opened this issue Jan 23, 2023 · 4 comments
Closed

Change notebook dir of auto started notebook server #23

FelixKratz opened this issue Jan 23, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@FelixKratz
Copy link

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!

@FelixKratz FelixKratz added the enhancement New feature or request label Jan 23, 2023
@kiyoon
Copy link
Owner

kiyoon commented Jan 23, 2023

Sure, will add this option soon!

@kiyoon
Copy link
Owner

kiyoon commented Jan 23, 2023

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".

@kiyoon
Copy link
Owner

kiyoon commented Jan 24, 2023

I've added an option notebook_dir and you can set it to /tmp. I didn't add variable options like GIT_ROOT to make it simple for now.

@kiyoon kiyoon closed this as completed Jan 24, 2023
@FelixKratz
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants