anaconda jupyter extensions shows strange messages

163 views
Skip to first unread message

jongchul seon

unread,
May 25, 2016, 2:15:51 AM5/25/16
to Project Jupyter
Hi. 

 I've just installed anaconda and jupyter notebook with extensions. 

 I've encountered some strange messages. I'm not sure it is real problem or not. 

 I've captured some messages which seem like errors to me.

 1. Strange messages 
  
     - dosent_profiled_yaml_file.jpg
     - kernel_strange.jpg 

 2. My Local settings 
 
    - local_user_jupyter_config.jpg 
    - notebook_json.jpg 
    - error_.html 

I've spent almost all day to figure out how to remove strange messages, Is it o.k. or should I do remove these error messages? If I should remove these error messages, what should I try first?

Many thanks.
   

  
error_.html
dosent_profiled_yaml_file.jpg
kernel_strange.jpg
local_user_jupyter_config.jpg
notebook_json.jpg

Nicholas Bollweg

unread,
May 25, 2016, 8:12:17 PM5/25/16
to Project Jupyter

 I've just installed anaconda and jupyter notebook with extensions. 

Thanks for using anaconda and Jupyter! I'm on the team that is building the anaconda-nb-extensions, and hope I can help!
 
 I've encountered some strange messages. I'm not sure it is real problem or not. 
 

 I've captured some messages which seem like errors to me.

 1. Strange messages 
  
     - dosent_profiled_yaml_file.jpg

The anaconda-nb-extensions (nb_conda, nb_anacondacloud, nbpresent and nb_conda_kernels) don't provide any particular integration with python-contrib-nbextensions. I'd *love* to see a robust UI for configuring extensions make it into notebook itself! However, I don't think anything is broken. Note that all of the anaconda-nb-extensions have server components (serverextensions) and install their assets into <conda env>/share/jupyter/nbextensions, and configure themselves in <conda env>/etc/jupyter. You *shouldn't* run into any issues, as environment and user configuration should now (as of notebook 4.2) all happily co-exist.

     - kernel_strange.jpg 
 
That's what nb-conda-kernels does! Basically, you're seeing all of your conda environments, with all of the available kernels found within those conda environments. You can create new notebooks that use those kernels.
 

 2. My Local settings 
 
    - local_user_jupyter_config.jpg 

Take a gander at a few other things at the command line (or with the ! magic in a notebook):

$ jupyter paths
$ jupyter nbextension list
$ jupyter serverextension list


The first shows you all of the paths that could be resolved for config and extension assets (data).

The next two will show you what will actually be loaded in that environment.
 
    - notebook_json.jpg 

Looks ok... recall that the configuration can come from several sources (global, environment, user). The REST API that your extension manager always writes to the user directory, hence you see nb_anacondacloud

    - error_.html 

Don't see any problems there!
 
I've spent almost all day to figure out how to remove strange messages, Is it o.k. or should I do remove these error messages? If I should remove these error messages, what should I try first?

Really sorry it has caused confusion! But I am not seeing anything that looks like an error!

jongchul seon

unread,
May 26, 2016, 4:53:10 AM5/26/16
to Project Jupyter
    Hi. 
  
    Thank you for your kind explanation. 

     I'm clear about those configuration files. And you are right.  

Nicholas Bollweg

unread,
May 26, 2016, 11:01:20 AM5/26/16
to Project Jupyter
No problem! Glad to be of service!

--
You received this message because you are subscribed to a topic in the Google Groups "Project Jupyter" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jupyter/UEuNuWXphdo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/2e2b8776-eaf8-4916-9dfe-2340d4221a0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages