GithubHelp home page GithubHelp logo

Clusters tab about ipyparallel HOT 4 CLOSED

ipython avatar ipython commented on June 21, 2024
Clusters tab

from ipyparallel.

Comments (4)

minrk avatar minrk commented on June 21, 2024

server_extensions is correct, the readme is wrong. Beyond that, something has broken the extension, and I've been meaning to figure out what went wrong. I'll work on figuring it out now.

from ipyparallel.

hannorein avatar hannorein commented on June 21, 2024

Thanks. I'm glad it's not just me. I looked at the code base but couldn't figure out what is (not) happening.

from ipyparallel.

minrk avatar minrk commented on June 21, 2024

@hannorein thanks for testing!

from ipyparallel.

rohit-gupta avatar rohit-gupta commented on June 21, 2024

Would anyone happen to know how to make this work on windows and Python2.7 ? It runs into os.symlink() in "install_nbextension" upon running jupyter-notebook.

symlink C:\Users\rohit_gupta\AppData\Roaming\jupyter\nbextensions\ipyparallel -> C:\Python27\lib\site-packages\ipyparallel\nbextension\static
[W 00:38:41.710 NotebookApp] Error loading server extension ipyparallel.nbextension
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\notebook\notebookapp.py", line 992, in init_server_extensions
func(self)
File "C:\Python27\lib\site-packages\ipyparallel\nbextension\handlers.py", line 72, in load_jupyter_server_extension
install_nbextension(static, destination='ipyparallel', symlink=True, user=True)
File "C:\Python27\lib\site-packages\notebook\nbextensions.py", line 200, in install_nbextension
os.symlink(path, full_dest)
AttributeError: 'module' object has no attribute 'symlink'

Edit: managed to fix it by patching os.symlink for windows: http://stackoverflow.com/questions/6260149/os-symlink-support-in-windows

from ipyparallel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.