question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

a 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:closed
  • Created 7 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
shanmugavel28commented, Jul 12, 2018

if you are using conda - try conda install ipyparallel It worked for me

0reactions
MotorCityCobracommented, Sep 9, 2020

pip install ipyparallel --upgrade

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found