Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
jupyter / jupyter.py
Size: Mime:
"""Launch the root jupyter command

Alias to jupyter_core
"""

__version__ = '1.0.0'

if __name__ == '__main__':
    from runpy import run_module
    run_module('jupyter_core')