Conda env and jupyter notebook setup

This is more of a setup question, after activating the fastai environment. When I run the jupyter notebook command, I get the following errror:

[C 15:46:44.645 NotebookApp] Bad config encountered during initialization:
[C 15:46:44.646 NotebookApp] The 'kernel_spec_manager_class' trait of <notebook.notebookapp.NotebookApp object at 0x7ff078bd6898> instance must be a type, but 'environment_kernels.EnvironmentKernelSpecManager' could not be imported
1 Like

I will answer this myself

pip install environment_kernels

10 Likes

Haha got the same error. Thanks for the solution bro! Worked!

1 Like