mkdocs-jupyter icon indicating copy to clipboard operation
mkdocs-jupyter copied to clipboard

Use Jupyter Notebook in mkdocs

Results 43 mkdocs-jupyter issues
Sort by recently updated
recently updated
newest added

The readme says that mkdocs-jupyter supports ipywidgets. However, I can't seem to get to to work. Do you happen to have any examples for rendering ipywidgets? Thanks. Related issue: https://github.com/giswqs/leafmap/issues/85

I put all my notebooks in a /notebooks folder, since we usually use notebooks non exclusively for documentation purposes. So how can i specify in the mkdocs.yml the path to...

Thanks for the amazing library. We're using it to document the chalk-diagrams project https://chalk-diagrams.github.io/api/shapes/#polygons and the notebook format is amazing for joining code and docs. However I was curious if...

Ran into this issue. Any advice? - mkdocs-1.3.1 - mkdocs-jupyter-0.13.0 - mkdocs-material-8.2.11 https://github.com/giswqs/geospatial/runs/8005207114?check_suite_focus=true ![image](https://user-images.githubusercontent.com/5016453/186534149-0d7b4615-1c9e-406f-8b64-8a9ad6d3e989.png) ![image](https://user-images.githubusercontent.com/5016453/186534060-d135fa1e-638c-4e86-bc75-b4a2eca46040.png)

running `python -m mkdocs gh-deploy` encountering the error like this: ![image](https://user-images.githubusercontent.com/86669014/184848650-30b8f3a7-ddbe-4833-a9fc-687ca638f9a5.png) , and I checked my related package versions: - mkdocs==1.3.1 - mkdocs-material==8.3.2 - mkdocs-jupyter==0.21.0 - jinja2==3.0.3 Could anyone help...

My mkdocs.yml file includes something like: ```yaml nav: - Introduction: - Home: index.md - Examples and Templates: example-essays.md - getting-started.md - Templates: - Intro Prog: examples/template-intro-programming.ipynb - DSA: examples/template-data-structures.ipynb ```...

Hi! I'm not sure exactly how this would fit into the current stack, but I don't see an issue here so I thought I'd bring it up here. I have...

👋 It would be great to have an `execute_include` option as well as the existing `execute_ignore`. In my case, _most_ notebooks I don't want to execute and include in the...

Thanks for the nice plugin! I noticed that a notebook with a markdown code cell like below breaks the headers in the navigation side bar: ```jupyter # Example notebook This...