Mintlify does not manage to properly read python when it is in a .ipynb notebook, but it still manages simple functions with the highlight method. It declares that Language not supported, so no general functions are available, but I do not know the exact failure conditions.
Here are two examples of results when you highlight and use the context menu (within a cell).
Examples
Example that does not work (fails with a *|MARKER_CURSOR|* result)
Context
Python:
3.10.9
Mintlify Doc Writer:2.2.1
Problem
Mintlify does not manage to properly read python when it is in a
.ipynb
notebook, but it still manages simple functions with the highlight method. It declares thatLanguage not supported
, so no general functions are available, but I do not know the exact failure conditions.Here are two examples of results when you highlight and use the context menu (within a cell).
Examples
Example that does not work (fails with a
*|MARKER_CURSOR|*
result)Minimal example that works