ipyparallel
See original GitHub issuea small remark; doing `pip install jupyter’ on a somewat empty python-2.7.12, I get a warning when launching jupyter_notebook (that works, beside the warning):
[W 18:46:00.700 NotebookApp] Unrecognized JSON config file version, assuming version 1
[I 18:46:00.744 NotebookApp] Writing notebook server cookie secret to C:\WinPython\basedir27\buildZero\winpython-64bit-2.7.x.3\scripts\..\settings\runtime\notebook_cookie_secret
[W 18:46:00.839 NotebookApp] Error loading server extension ipyparallel.nbextension
Traceback (most recent call last):
File "C:\WinPython\basedir27\buildZero\winpython-64bit-2.7.x.3\python-2.7.12.amd64\lib\site-packages\notebook\notebookapp.py", line 1046, in init_server_extensions
mod = importlib.import_module(modulename)
File "C:\WinPython\basedir27\buildZero\winpython-64bit-2.7.x.3\python-2.7.12.amd64\lib\importlib\__init__.py", line 37, in import_module
__import__(name)
ImportError: No module named ipyparallel.nbextension
maybe the procedure pip install jupyter
is not enough ?
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Using IPython for parallel computing — ipyparallel 8.4.1 ...
conda install ipyparallel. As of IPython Parallel 7, this will include installing/enabling an extension for both the classic Jupyter Notebook and JupyterLab ...
Read more >IPython Parallel: Interactive Parallel Computing in Python
IPython Parallel ( ipyparallel ) is a Python package and collection of CLI scripts for controlling clusters of IPython processes, built on the...
Read more >ipyparallel · PyPI
IPython Parallel ( ipyparallel ) is a Python package and collection of CLI scripts for controlling clusters of IPython processes, built on the...
Read more >Overview and getting started — IPython 3.2.1 documentation
The IPython engine is a Python instance that takes Python commands over a network connection. Eventually, the IPython engine will be a full...
Read more >Parallelization in ipyrad using ipyparallel - | notebook.community
One of the real strenghts of ipyrad is the advanced parallelization methods that it uses to distribute work across arbitrarily large computing clusters, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
if you are using conda - try
conda install ipyparallel
It worked for mepip install ipyparallel --upgrade