Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akimach/note
https://github.com/akimach/note
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akimach/note
- Owner: akimach
- Created: 2017-11-06T05:34:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T10:48:52.000Z (about 7 years ago)
- Last Synced: 2023-07-17T20:46:15.812Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://akimach.github.io/note/
- Size: 2.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
note
===## Setup
```
$ git clone [email protected]:akimach/note.git
$ git clone https://github.com/danielfrg/pelican-ipynb.git plugins/ipynb
$ make html
$ make serve
```Get access to http://localhost:8000/ .
## Publish in Github Pages
```
$ make github
```