HI Andreas, I believe --KernelSpecManager.ensure_native_kernel=False at the command line or c.KernelSpecManager.ensure_native_kernel=False in the global (or per user) config file should do the trick.
Let me know if that does the trick for you. Otherwise if the "Python 3" kernelspec have be installed you can find it's location by: $ jupyter kernelspec list Available kernels: .... python3 /usr/local/share/jupyter/kernels/python3 ..... Edit <above-path>/kernel.json and change `"display_name": "Python 3"` to your liking to change the UI name. -- M On Thu, Dec 29, 2016 at 7:19 PM, Andreas Hilboll <[email protected]> wrote: > Hi all, > > I managed to run Jupyterhub with batchspawner on our cluster. I > installed additional kernel specs for Python2 and Python3 (these take > care of loading some lmod modules before launching the > jupyterhub-singleserver process). > > Currently, I therefore have three kernels in the "New" dropdown: > > - Python 2 (LAMOSv0.1) > - Python 3 > - Python 3 (LAMOSv0.1) > > The first Python 3 kernel is the default kernel, the second one was > manually installed by me. > > Question: How can I remove the default Python 3 kernel from the > dropdown list (or at least change its name to something like "Python 3 > (default, don't use)")? > > Cheers, > Andreas. > > > -- > Dr. Andreas Hilboll > > Center for Marine Environmental Sciences (MARUM) > - AND - > Institute of Environmental Physics (IUP) > > University of Bremen > > NW1 / S3132 > Otto-Hahn-Allee 1 > D-28359 Bremen > Germany > > +49(0)421 218 62133 (phone) > +49(0)421 218 98 62133 (fax) > http://www.iup.uni-bremen.de/~hilboll > > -- > 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/6kk2aivbrt.fsf%40shaula.iup.uni-bremen.de. > For more options, visit https://groups.google.com/d/optout. -- 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/CANJQusXY2hfVEwBQ4MRPGeJF24UV0T8R%3D9nEvXcWSr7E0C_yiQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
