https://github.com/fcard/restnote
GUI wrapper around jupyter notebooks to make compilation to rst easier
https://github.com/fcard/restnote
Last synced: about 2 months ago
JSON representation
GUI wrapper around jupyter notebooks to make compilation to rst easier
- Host: GitHub
- URL: https://github.com/fcard/restnote
- Owner: fcard
- License: other
- Created: 2016-08-20T17:05:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T21:55:58.000Z (over 8 years ago)
- Last Synced: 2025-02-01T23:18:59.371Z (4 months ago)
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
********
RestNote
********A GUI that makes editing easier for notebooks intended to be converted to reStructuredText.
Currently it only allows previewing (with restview_) and compiling.
Installation
============.. code:: bash
$ git clone https://github.com/fcard/restnote
$ cd restnote
$ ./deps.sh # install dependencies and prepare ~/.restnoteThen you can run it with
.. code:: bash
$ ./restnote.sh
Dependencies
============- restview_
- jupyter_
- NW.js_If you don't have those the :code:`deps.sh` script can download and install them locally on :code:`~/.restnote/`.
It will also try to download and build any dependency of these that you don't have (e.g. pip3, nodejs, it will tell you those it can't find and might install if needed).
If you have restview/jupyter or any of their dependencies installed locally you should make their binaries
visible in PATH before calling :code:`deps.sh` to avoid downloading/building them again... _restview: https://github.com/mgedmin/restview
.. _jupyter: http://jupyter.org/
.. _NW.js: https://nwjs.io/