mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-24 14:20:54 +08:00
serves files in IPYTHONDIR/nbextensions at /nbextensions. This is a location for users / devs to drop-in frontend customization as js modules, css, etc. The model is very much like the extensions dir (hence the name) - it's a location made available, but not loaded by default. You can load things from there with require, etc. It's a configurable search path, just like static. This way we can define a system-wide location at a later point
Description
Languages
Jupyter Notebook
75.4%
TypeScript
17.9%
Python
2.2%
JavaScript
1.9%
CSS
1.7%
Other
0.8%