question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Trying to set default kernel

See original GitHub issue

I found this potential candidate in the jupyter config file, to set a default kernel, but that’s possibly not being read by nb_conda_kernels? :

c.MultiKernelManager.default_kernel_name = ‘conda env:stable’

If not this, how could I set a default kernel using nb_conda_kernels?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
mcg1969commented, Apr 9, 2019

Incidentally, that command just calls a monkeypatched version of jupyter kernelspec list.

1reaction
mcg1969commented, Apr 9, 2019

Ha! Because when I eliminated the redundancy people complained, and made a good case. I can’t delete the “python3” entry because that comes from the superclass. But the longer-named version has the advantage of consistency—no matter which notebook environment you see it from, it will always have that name.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to change default boot kernel permanently or ...
Open /etc/default/grub with a text editor, and set GRUB_DEFAULT to the numeric entry value for the kernel you chose as the default. In...
Read more >
How to set default boot kernel on Linux ( CentOS / RHEL 7 )
To specify which kernel or operating system should be loaded first i.e. to set default boot kernel, pass its number to the grub2-set-default...
Read more >
Changing the default kernel in Oracle Linux | It's as simple ...
Change to a different default kernel by running the grubby --set-default command with the specific kernel that you choose to run after rebooting ......
Read more >
How to change the default Boot Kernel on Linux Cloud ...
In order to change the default boot kernel, the grub configuration file /etc/default/grub needs to be edited. The parameter value that needs to ......
Read more >
Setting the default kernel version - CodingBee
What is the command to set the kernel to most recent version? $ grub2-set-default 0. How do you check the above command has...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found