GithubHelp home page GithubHelp logo

nbmanager's Introduction

See and stop running IPython Notebook servers

To launch, clone the repository and build the resource files using:

python3 uic2.py

Then run:

python3 -m nbmanager

It requires Python 3, PyQt5 and IPython 3.

screenshot.png

nbmanager's People

Contributors

digitalbrains1 avatar flying-sheep avatar jhamrick avatar takluyver avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

nbmanager's Issues

Switch to PyQt5

or use a simple wrapper that tries both 4 and 5, preferring PyQt5

Show port number before the directory

For me the most useful feature would be to show port numbers as well, so that I could connect to the server instance. Or perhaps an "open in browser" feature could also work.

image

error at first start

Hi,
I just installed it and this is what I got at the launch (python3.6 -m nbmanager)

File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "~/Downloads/nbmanager-master/nbmanager/__main__.py", line 2, in <module>
    main()
  File "~/Downloads/nbmanager-master/nbmanager/gui.py", line 190, in main
    window = Main()
  File "~/Downloads/nbmanager-master/nbmanager/gui.py", line 70, in __init__
    self.populate_processes()
  File "~/Downloads/nbmanager-master/nbmanager/gui.py", line 105, in populate_processes
    self.add_server(server)
  File "~/Downloads/nbmanager-master/nbmanager/gui.py", line 91, in add_server
    for session in server.sessions():
  File "~/Downloads/nbmanager-master/nbmanager/api.py", line 59, in sessions
    self.last_sessions = r.json()
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/requests/models.py", line 866, in json
    return complexjson.loads(self.text, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/decoder.py", line 339, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/decoder.py", line 357, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Access is denied on Windows

On Windows, I get a PermissionError "Access is denied":

Traceback (most recent call last):
  File "C:\Anaconda3\lib\site-packages\nbmanager-0.1-py3.5.egg\nbmanager\gui.py", line 148, in shutdown
  File "C:\Anaconda3\lib\site-packages\nbmanager-0.1-py3.5.egg\nbmanager\api.py", line 71, in shutdown
PermissionError: [WinError 5] Access is denied

I tried running the shell as Administrator but get the same problem.

The app crashes as a result of this.

Program freezes when run on windows

Hi!

Great idea, I've been looking for a way to manage all the run servers.
However, the program just frezzes when run on windows 8.
(And also makes my system sluggish). However there is no excessive CPU usage.

I'm not sure how I should start debugging this.

I'm using python 3.4.5 with Ipython 5.

Full packages available here.

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.