GitXplorerGitXplorer
t

nbopen

public
305 stars
57 forks
40 issues

Commits

List of commits on branch master.
Unverified
277fd7cfa3050624464d445fee0877eb0a32a075

Remove unused import

ttakluyver committed a year ago
Unverified
2d183a2d4820e7faf9bda670af2f0cdd30869344

Update packaging metadata to [project] table

ttakluyver committed a year ago
Verified
fcdd328f6a22563e735a9ed07b0b9471348a675d

Merge pull request #83 from jfeist/master

ttakluyver committed a year ago
Unverified
f73588a715e82437dd33262bbbf50cf98cb189e4

pass filename/directory as separate list elements in argv (instead of interpolating into string)

jjfeist committed a year ago
Unverified
ec9c52f55a9a798c03eb421d88e7cc54906ad426

changes required for jupyter notebook v7 (which runs on top of jupyter server)

jjfeist committed a year ago
Verified
a7ea2de88a3005d0ec3a0d29b501336d5fdd1914

Merge pull request #80 from bryango/desktop-icon

ttakluyver committed 2 years ago

README

The README file for this repository.

Open notebooks from the command line

nbopen looks for the nearest running notebook server - if it finds one, it opens a web browser to that notebook. If not, it starts a new notebook server in that directory.

Installation::

python3 -m pip install nbopen

Usage::

nbopen AwesomeNotebook.ipynb

To integrate with your file manager, so you can double click on notebooks to open them, run:

  • Linux/BSD: python3 -m nbopen.install_xdg
  • Windows: python3 -m nbopen.install_win
  • Mac: Clone the repository and run ./osx-install.sh