Jupyter本地人
本地无缝运行和 !
安装
1.安装依赖项
npm install nativefier
brew install toilet
2.创建一个Jupyter电子应用程序
请注意,这里的命名很重要,因为以后我们将使用AppleScript打开应用程序。
nativefier --name " Jupyter Lab " " http://localhost:8888/ "
nativefier --name " Jupyter Notebook " " http://localhost:8888/ "
这将创建名为“ Jupyter Lab”和“ Jupyter Notebook”的本机应用程序。
3.将此仓库的脚本添加到您的.bash_profile或.zshrc中
git clone https://github.com/stevenschmatz/jupyter-
评论0
最新资源