Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samlau95/autofragments
https://github.com/samlau95/autofragments
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/samlau95/autofragments
- Owner: SamLau95
- Created: 2022-06-26T00:54:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T20:14:17.000Z (over 1 year ago)
- Last Synced: 2024-11-05T08:03:08.128Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# autofragments
adds class="fragment" to markdown cells for reveal.js
## Installation
Install this module with pip from git first
```bash
pip install git+https://github.com/SamLau95/autofragments
```Then you can install & enable the extension
```
jupyter nbextension install --sys-prefix --py autofragments
jupyter nbextension enable --sys-prefix --py autofragments
```This installs it for the current virtual environment. You can use `--system` to install it systemwide (needs `root`) too.