CommandError: не удалось загрузить оболочку: «IPython Notebook» ⇐ Python
CommandError: не удалось загрузить оболочку: «IPython Notebook»
I'm having an issues starting using jupyter on my system (Mac OSX 14.2.1) even on new django projects.
django-admin startproject mysite cd mysite/ pip install virtualenv virtualenv --python=$(pyenv root)/versions/3.9.18/bin/python3 env pip install jupyter ipython django-extensions # add django_extensions to INSTALLED_APPS vim mysite/settings python manage.py shell_plus --notebook Running the above has the following error:
$ python manage.py shell_plus --notebook Traceback (most recent call last): File "/path/to/project/mysite/env/lib/python3.9/site-packages/django_extensions/management/commands/shell_plus.py", line 281, in get_notebook from notebook.notebookapp import NotebookApp ModuleNotFoundError: No module named 'notebook.notebookapp' CommandError: Could not load shell runner: 'IPython Notebook'. I have a feeling the answer is something really straightforward, but I've been stuck on this for weeks now and haven't gotten to the bottom of it.
Источник: https://stackoverflow.com/questions/780 ... n-notebook
I'm having an issues starting using jupyter on my system (Mac OSX 14.2.1) even on new django projects.
django-admin startproject mysite cd mysite/ pip install virtualenv virtualenv --python=$(pyenv root)/versions/3.9.18/bin/python3 env pip install jupyter ipython django-extensions # add django_extensions to INSTALLED_APPS vim mysite/settings python manage.py shell_plus --notebook Running the above has the following error:
$ python manage.py shell_plus --notebook Traceback (most recent call last): File "/path/to/project/mysite/env/lib/python3.9/site-packages/django_extensions/management/commands/shell_plus.py", line 281, in get_notebook from notebook.notebookapp import NotebookApp ModuleNotFoundError: No module named 'notebook.notebookapp' CommandError: Could not load shell runner: 'IPython Notebook'. I have a feeling the answer is something really straightforward, but I've been stuck on this for weeks now and haven't gotten to the bottom of it.
Источник: https://stackoverflow.com/questions/780 ... n-notebook
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение