Hi, all
           Currently, I am using Anaconda3-4.1.1-Linux-x86_64.sh 
<http://repo.continuum.io/archive/Anaconda3-4.1.1-Linux-x86_64.sh>(currently 
the newest one) to help me install a Jupyter environment for me to use 
Jupyter Notebook, Using Anaconda, I successfully installed jupyter, and 
when I am using jupyter notebook to start a notebook, I found almost no 
extra files produced, expecially the custom.js file that I want to use 
later. I know some files are produced in the home directory of the current 
user, that's the default, and then I referenced the website 
http://jupyter.readthedocs.io/en/latest/migrating.html  told that, I set 
value to the parameter as JUPYTER_DATA_DIR and JUPYTER_CONFIG_DIR, like 
following:

firstly, 
unset XDG_RUNTIME_DIR
then 
export JUPYTER_CONFIG_DIR=/MY_CONFIG_DIR
export JUPYTER_DATA_DIR=/MY_DATA_DIR

then run 
jupyter notebook --generate-config
jupyter notebook 

the config file really produced in MY_CONFIG_DIR, and some files like 
nbserver-20374.json produced in runtime dir of MY_DATA_DIR, but I 
definitely can not find the dirs as custom and files as custom.js, Could 
anyone help me or tell me where are the files' location?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/3dbd9664-24cd-4ba8-9ea6-a7214bfe03fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to