Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timkpaine/jupyterlab_powerpoint
Creating PowerPoints from jupyter notebooks and vice versa
https://github.com/timkpaine/jupyterlab_powerpoint
jupyter jupyter-notebook jupyterlab-extension nbconvert powerpoint
Last synced: about 1 month ago
JSON representation
Creating PowerPoints from jupyter notebooks and vice versa
- Host: GitHub
- URL: https://github.com/timkpaine/jupyterlab_powerpoint
- Owner: timkpaine
- License: apache-2.0
- Created: 2019-09-06T02:40:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T15:41:03.000Z (3 months ago)
- Last Synced: 2024-10-03T19:57:28.599Z (about 1 month ago)
- Topics: jupyter, jupyter-notebook, jupyterlab-extension, nbconvert, powerpoint
- Language: JavaScript
- Homepage:
- Size: 2.07 MB
- Stars: 26
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# jupyterlab_powerpoint
Creating PowerPoints from jupyter notebooks[![Build Status](https://github.com/timkpaine/jupyterlab_powerpoint/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/timkpaine/jupyterlab_powerpoint/actions?query=workflow%3A%22Build+Status%22)
[![codecov](https://codecov.io/gh/timkpaine/jupyterlab_powerpoint/branch/main/graph/badge.svg)](https://codecov.io/gh/timkpaine/jupyterlab_powerpoint)
[![GitHub issues](https://img.shields.io/github/issues/timkpaine/jupyterlab_powerpoint.svg)]()
[![PyPI](https://img.shields.io/pypi/l/jupyterlab_powerpoint.svg)](https://pypi.python.org/pypi/jupyterlab_powerpoint)
[![PyPI](https://img.shields.io/pypi/v/jupyterlab_powerpoint.svg)](https://pypi.python.org/pypi/jupyterlab_powerpoint)
[![npm](https://img.shields.io/npm/v/jupyterlab_powerpoint.svg)](https://www.npmjs.com/package/jupyterlab_powerpoint)## Install
```bash
pip install jupyterlab_powerpoint
jupyter labextension install jupyterlab_powerpoint
jupyter serverextension enable --py jupyterlab_powerpoint
```## Workflow
- Generate a notebook from a prexisting notebook (includes metadata necessary to reconstruct the original powerpoint)
- Parameterize notebook, modify parts/text/data
+ hook in to `Papermill`, leverage python, rexecute daily, etc
- Generate a powerpoint from the notebook