Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 1.68 KB

jupyter_config.md

File metadata and controls

70 lines (55 loc) · 1.68 KB
pip install jupyterlab_execute_time
pip install jupyterlab-system-monitor
pip install jupyterlab-lsp
pip install jupyterlab_github
pip install jupyterlab-fasta
pip install jupyterlab-geojson
pip install jupyterlab-katex
pip install jupyterlab-mathjax3
pip install jupyterlab-vega2
pip install jupyterlab-vega3
pip install ipympl
pip install lckr-jupyterlab-variableinspector
jupyter labextension install @krassowski/jupyterlab_go_to_definition 

---### 以上应在root权限下 在命令行安装 ###----

AttributeError: 'ExtensionManager' object has no attribute '_extensions'解决方法

pip install nbclassic -U

FontFamily

{
    "codeCellConfig":{
        "fontFamily": "Cascadia Code"
    },
    "markdownCellConfig":{
        "fontFamily": "Cascadia Code"
    },
    "recordTiming": true
    
}