https://github.com/samlau95/autofragments
https://github.com/samlau95/autofragments
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/samlau95/autofragments
- Owner: SamLau95
- Created: 2022-06-26T00:54:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T20:14:17.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T14:19:39.596Z (over 1 year 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.