Shakerato

jupyter notebook setup: an anaconda environment as a kernel 본문

Research

jupyter notebook setup: an anaconda environment as a kernel

Shakeratto 2018. 7. 26. 06:38

1. Install ipykernel each environments

conda install ipykernel


2. Set jupyter notebook kernel in the anaconda default environment

Type 'activate' in cmd

python -m ipykernel install --user --name <env name> --display-name "<kernel name to be displayed>"


3. Run the juypter-notebook

C:\ProgramData\Anaconda3\Scripts\jupyter-notebook.exe --ip <ipv4 address>


4. Change kernel 

Click *.ipynb - [Kernel tap] - [change kernel] - select a kernel

Comments