Difference between revisions of "Jupyter Notebook"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) m Tag: visualeditor |
Rafahsolis (talk | contribs) m (→Add kernel) Tag: visualeditor |
||
| Line 1: | Line 1: | ||
| − | == Add kernel == | + | ==Add kernel== |
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
pip install ipykernel | pip install ipykernel | ||
| − | + | (text_clustering) xe50582@jupiter:~$ python -m ipykernel install --user --name text_clustering --display-name "Text Clustering" | |
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 07:53, 16 May 2019
Add kernel
pip install ipykernel
(text_clustering) xe50582@jupiter:~$ python -m ipykernel install --user --name text_clustering --display-name "Text Clustering"
Remove kernel
ipython kernelspec uninstall kernel_name