I would appreciate some help/guidance from linux gurus.
I installed WSL (window subsystem for linux) and then installed Jupyter notebook, as described in:https://medium.com/@codingcosmonaut
I just realized that jupyter notebook created by me is not being saved. I think that the reason is that it's getting saved in temp directory. However, I have no idea how to change it.
This is the message that I get, when jupter notebook starts running:"[I 14:24:04.462 NotebookApp] Writing notebook server cookie secret to /.local/share/jupyter/runtime/notebook_cookie_secret/usr/local/lib/python3.6/dist-packages/IPython/paths.py:67: UserWarning: IPython parent '/' is not a writable location, using a temp directory. " using a temp directory.".format(parent))"
Any help would be appreciated.