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

I saw a closed issue that describes more or less what I'm running into, I usually need to modify a small part of a notebook and it would be great...

I'm having an issue with LaTeX equations sometimes (actually, most of the time) not render in my notebooks. As an example, see this [this notebook](https://rebound.readthedocs.io/en/latest/ipython_examples/IntegratingArbitraryODEs/). I only encounter this on...

Hi, I was playing with this nice plugin, trying to create a "template" repo where users could either - use `mkdocs-jupyter` to start with an `ipynb` - or use `mkdocs-gallery`...

Please add to the documentation that you must specify the "notebook" renderer for plotly to work. For example: ``` import plotly.express as px df = px.data.iris() fig = px.scatter(df, x="sepal_width",...

I have a repo with... too many notebooks. Is there any way to enable multi-core/multi-processing to speedup up the conversion?

I used mkdocs-jupyter to document a project called "brazilian-holidays": - https://brazilian-holidays.readthedocs.io - https://github.com/michelmetran/brazilian-holidays There is a lot of use of pandas in the project and, in the development, I left...

Following the `Contributing.md` file, I get build and test errors after creating a shell with `rye sync` Follwing this directly from the file: >Python: >Run `mkdocs` in one of the...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies
javascript

When trying to use the plugin after installing Version 1.6.0 of MkDocs, I'm getting: ```python ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "",...

Hi @danielfrg, the conda-forge release of `v0.24.7` is failing, see https://github.com/conda-forge/mkdocs-jupyter-feedstock/pull/29. This seems to be happening because the latest `mkdocs` release on PyPi lacks a `.tar.gz` Source Distribution. Earlier versions...