https://github.com/p403n1x87/jupyter-notebook-launcher
Jupyter Notebook Launcher and Indicator for Ubuntu
https://github.com/p403n1x87/jupyter-notebook-launcher
Last synced: about 1 month ago
JSON representation
Jupyter Notebook Launcher and Indicator for Ubuntu
- Host: GitHub
- URL: https://github.com/p403n1x87/jupyter-notebook-launcher
- Owner: P403n1x87
- License: gpl-3.0
- Created: 2017-01-23T19:23:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-23T21:29:05.000Z (over 8 years ago)
- Last Synced: 2025-03-26T08:47:56.535Z (7 months ago)
- Language: Python
- Size: 709 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Synopsis
Jupyter Notebook Launcher is a Jupyter Notebook Launcher and Indicator for Ubuntu. The installation will also create a MIME type for jupyter notebooks that can be opened directly from the file manager.
## Requirements
- Ubuntu (>= 16.10)
- jupyter-notebook
- python3
- python3-gi
- gir1.2-gtk-3.0
- gir1.2-appindicator3-0.1
- gir1.2-glib-2.0## Installation
There are two ways of installing this software. Make sure that all dependencies are satisfied:
~~~
sudo apt install jupyter-notebook, jupyter-notebook, python3-gi, gir1.2-gtk-3.0, gir1.2-appindicator3-0.1, gir1.2-glib-2.0
~~~### The Nest of Heliopolis PPA
Add _The Nest of Heliopolis_ Ubuntu PPA to your Software Sources with
~~~
sudo apt-add-repository ppa:phoenix1987/ppa
~~~and then install with
~~~
sudo apt update
sudo apt install jupyter-notebook-launcher
~~~### Pip
Clone this branch in any folder you like and then run the `setup.py` script with
~~~
sudo -H pip install jupyter-notebook-launcher
~~~## License
GPLv3.