I’m pretty sure it doesn’t depend on jupyter-notebook
(not optionally or otherwise). jupyter-notebook
is the legacy frontend. PyCharm probably depends on other things. Their docs say to install the jupyter
python metapackage: https://www.jetbrains.com/help/pycharm/jupyter-notebook-support.html#get-started
That metapackage installs the kitchen sink by depending on the python packages jupyer-console
, ipykernel
, qtconsole
, notebook
, ipywidgets
and nbconvert
. I’m sure PyCharm actually only needs ipykernel
of those, and probably something like jupyter-server
or so.
Pinned Comments