ubuntu - 如何在 Ubuntu LTS 18.04 上启动时运行 jupyter notebook

标签 ubuntu terminal jupyter-notebook ubuntu-18.04 startup

我只需要运行jupyter notebook无需自己动手或打开终端即可启动命令。
我已经尝试了 link 中的所有 3 种解决方案, shell 文件有 jupyter notebook在其中,但都没有奏效。
我认为他们没有工作,因为 jupyter 服务器需要一个打开的终端或其他东西?我不知道。

最佳答案

所以我找到了一个简单的方法来做到这一点。

Ubuntu 上有一个名为“启动应用程序首选项”的默认应用程序。您可以通过在搜索中写入它来找到它。
然后单击添加,为应用程序编写任何名称,例如 Jupyter。
在命令中,浏览并选择 jupyter-notebook,您可以在 home/anaconda3/bin/jupyter-notebook 中找到它。
最后点击添加。

下次启动时,服务器将自动打开。

关于ubuntu - 如何在 Ubuntu LTS 18.04 上启动时运行 jupyter notebook,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60597434/

相关文章:

linux - Shell 脚本返回 sibling 的名字来代替 child 的名字

ubuntu - 使用kinect时需要root权限

intellij-idea - 无法在 Windows 10 上的 Intellij idea 终端最新版本中输入任何内容

python - tqdm.notebook 在 jupyter notebook 中显示带有 "HBox"而不是进度条的消息

python - 在开始使用 ipynb 之前,如何编写 shell 脚本来重新启动 jupyter 服务器

java - 标准 java 库的 java-doc 问题

c - 在函数 ‘main’ : hungry. c:12:25: 错误: ‘/’ token 之前的预期表达式

linux - Circle CI 如何部署到 ssh - 错误无法建立真实性

python - 使用 python 来回与终端程序对话

python - 如何在散点图中添加特定标签?