1 Star 0 Fork 0

界北鲲鹏/notebook2AI-Solution

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jupyter_notebook_systemd.service 452 Bytes
一键复制 编辑 原始数据 按行查看 历史
界北鲲鹏 提交于 2019-11-15 18:48 . Reset the file read rights
[Unit]
Description=Jupyter Notebook
Requires=local-fs.target
After=local-fs.target
[Service]
User=root
# ExecStart=/usr/bin/bash -c "jupyter notebook --allow-root --ip=0.0.0.0 --port=8888 --notebook-dir=/home/notebook "
ExecStart=/usr/bin/bash -c "jupyter notebook --config /home/notebook/jupyter_notebook_config.py "
# Type=simple
# User=root
# Group=root
# WorkingDirectory=/home/notebook
# Restart=always
[Install]
WantedBy=multi-user.target
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/banrieen/notebook2AiPro.git
git@gitee.com:banrieen/notebook2AiPro.git
banrieen
notebook2AiPro
notebook2AI-Solution
Algorithms

搜索帮助