https://github.com/oelin/markdown-to-jupyter
A markdown to Jupyter converter.
https://github.com/oelin/markdown-to-jupyter
converter jupyter jupyter-notebook markdown
Last synced: 6 days ago
JSON representation
A markdown to Jupyter converter.
- Host: GitHub
- URL: https://github.com/oelin/markdown-to-jupyter
- Owner: oelin
- Created: 2023-07-13T15:25:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T15:34:18.000Z (over 2 years ago)
- Last Synced: 2025-03-12T05:32:57.395Z (10 months ago)
- Topics: converter, jupyter, jupyter-notebook, markdown
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markdown-to-jupyter
A markdown to Jupyter converter.
```python
from markdown_to_jupyter import convert
notebook = convert("...markdown...")
```