cc_staff
3
edits
No edit summary |
No edit summary |
||
Line 244: | Line 244: | ||
<li>Install the <code>ipykernel</code> library. {{Command2|pip install ipykernel}} | <li>Install the <code>ipykernel</code> library. {{Command2|pip install ipykernel}} | ||
<li>Generate the kernel spec file. Substitute <code><unique_name></code> by a name that will uniquely identify your kernel. {{Command2|python -m ipykernel install --user --name <unique_name> --display-name "Python 3.5 Kernel"}} | <li>Generate the kernel spec file. Substitute <code><unique_name></code> by a name that will uniquely identify your kernel. {{Command2|python -m ipykernel install --user --name <unique_name> --display-name "Python 3.5 Kernel"}} | ||
<li>Deactivate the virtual environment. {{Command2| | <li>Deactivate the virtual environment. {{Command2|deactivate}} | ||
</ol> | </ol> | ||