rust-lang / mdBook

Create book from markdown files. Like Gitbook but implemented in Rust
https://rust-lang.github.io/mdBook/
Mozilla Public License 2.0
18.4k stars 1.65k forks source link

Include *.ipynb files and only *.md files #2480

Open francoisschwarzentruber opened 1 week ago

francoisschwarzentruber commented 1 week ago

Problem

I want to be able to include .ipynb files (Jupyter notebook files) in my book. The problem is that mdbook does not recognize these files. We could circonvent this problem by first convert the .ipynb files into *.md but this is tedious.

Proposed Solution

Being able to include *.ipynb files for free!

Notes

No response