multiple kernel information directory (Any recommendation)

29 views
Skip to first unread message

jongchul seon

unread,
Jun 3, 2016, 11:19:58 AM6/3/16
to Project Jupyter
Hi. 

 I've installed multiple kernels according to below steps. 

 1. installing anaconda 

 2. creating virtual env 
    - conda create -n tensorflow python=2.7

 3. installing R 
  • conda install -c r r-essentials

  4 .installing julia 

  5. I'm going to install GO kernel. GO IPython kernel git url is as below.  


    
  When I run 'jupyter kernelspec list', my ubuntu machine shows multiple directories as attached file. 

  I'm wondering which directory I should put 'go kernel configuration file'.

  Many thanks.  
    
     
  
   
kernel-info.jpg

Thomas Kluyver

unread,
Jun 3, 2016, 11:30:35 AM6/3/16
to Project Jupyter
Oh, I'm glad to see that someone has now built a better Go kernel than my primitive implementation.

In your screenshot, the Julia kernel is using the normal location for user-installed kernelspecs on Linux: ~/.local/share/jupyter/kernels/ . I'd recommend putting the Go kernel spec there as well, and this is what the README on that repository recommends:

~/.local/share/jupyter/kernels/gophernotes


--
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 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/71540f71-534a-46b7-baf3-c9de95b124ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

jongchul seon

unread,
Jun 4, 2016, 4:43:54 AM6/4/16
to Project Jupyter
 Many thanks. 
 
 It seems to work. I successfully print out "hello world'. 

 I will check more.
Reply all
Reply to author
Forward
0 new messages