Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpacer/multi_rise
way to combine multiple notebooks into a single presentation
https://github.com/mpacer/multi_rise
Last synced: 7 days ago
JSON representation
way to combine multiple notebooks into a single presentation
- Host: GitHub
- URL: https://github.com/mpacer/multi_rise
- Owner: mpacer
- Created: 2017-08-23T19:47:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T13:18:40.000Z (over 7 years ago)
- Last Synced: 2024-12-30T21:30:35.064Z (23 days ago)
- Language: Jupyter Notebook
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
If you want to use this create an index.txt file with a sequence of paths to your files each on a new line in the order you wish them to be included in your final presentation.
Then use with this file in the directory.
```bash
multi_rise --index=index.txt --output=output.ipynb
```where index is the index file and output is the name of the output file.
The index file is a file that contains file paths that will be combined into the final notebook.
* The order in which the files appear in the index file is the order in which they'll be combined into the final notebook.
* Files can appear more than once.
* The file paths should be relative to the working directory in which the command is invoked.
* The file paths should only appear one per line
* It currently does no safe catching (e.g., of spaces) for you.This only works on python 3.4+.