This is an example of JupyterLab UI customization.
Requirement: JupyterLab >= 3.4
-
Context menu:
- Disable the context menu entry Create console (available normally when right clicking on a panel tab).
-
Main menu:
- Disable Run menu
- Remove command Open path from the file menu
-
Toolbars:
- Notebook:
- Remove button Restart and run all
- Add button Clear all outputs
- Cell:
- Add a clear cell output button
- Notebook:
Hello, I'm trying to override the default markdown preview. My Jupyter docker file looks like this:
and my
overrides.json
file is:when I test locally, the rm file opens with editor not markdown preview. Am I doing sth wrong? Thanks so much!!