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

if the notebook is placed in a subfolder, mkdocs will execute but the page will not display successfully, the navigation link will lead to xxx\sites\notebook.ipynb, with the extra extension.

My notebooks fail because nbconvert is not executing within the notebook directory. How does one specify the directory where the notebook is executed? I usually get around this in `mknotebooks`...

Consider the following setup, where I want to include just one notebook but ignore all the others ```yaml plugins: - mkdocs-jupyter: include: - want_to_include.ipynb ignore: - "*.ipynb" ``` The following...

- Theme: `mkdocs-material` ![image](https://user-images.githubusercontent.com/15692002/179824238-dcd355db-70cc-4877-904e-230473162613.png)

## Config ```yaml plugins: - mkdocs-jupyter: execute: True # theme: dark include_source: True ``` ## With Light Theme ## With Dark Theme ![image](https://user-images.githubusercontent.com/15692002/162751326-749d4079-90be-4079-ae92-1a4c8a1fdd1d.png)

Thanks for the awesome package! we use it in [Microsoft Presidio](https://github.com/microsoft/presidio). In addition to a download button, is it possible to add a link to source? For some users, notebooks...

# Question Looks like it does not have an explicit solution to add tags in the page rendered based on a Jupyter file, is there any workaround? # Reference -...