文件名称:extension-examples:JupyterLab扩展实例
文件大小:2.95MB
文件格式:ZIP
更新时间:2024-05-27 13:34:38
jupyter jupyterlab jupyterlab-extensions Python
JupyterLab扩展实例 TL; DR 该存储库的目的是演示如何为开发扩展,以简短的教程系列介绍。 开始: # clone the repository git clone https://github.com/jupyterlab/extension-examples.git jupyterlab-extension-examples # go to the extension examples folder cd jupyterlab-extension-examples # create a new environment conda env create # activate the environment conda activate jupyterlab-extension-examples # go to the hello world example cd hel