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

Added the option to define a custom mathjax URL. Not sure if all the modifications are really necessary in the code, please check! It also works with the privacy plugin...

Hi, I want to use mkdocs-jupyter with locally hosted MathJax (mkdocs-material +privacy plugin). Unfortunately, nbconvert implicitly sets `mathjax_url`. In the template, which is part of mkdocs-jupyter (mkdocs_html → `{{ mathjax(resources.mathjax_url)...

Getting: ```python File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/mkdocs_jupyter/convert.py", line 1, in from nbconvert.filters.markdown_mistune import IPythonRenderer File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/nbconvert/__init__.py", line 5, in from .exporters import * File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/nbconvert/exporters/__init__.py", line 1, in from .asciidoc import ASCIIDocExporter File...