File: jupyter-notebook.user.service

package info (click to toggle)
jupyter-notebook 6.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 13,444 kB
  • sloc: javascript: 23,377; python: 15,064; makefile: 252; sh: 66
file content (9 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Jupyter Notebook
Documentation=man:jupyter-notebook

[Service]
ExecStart=/usr/bin/jupyter-notebook --no-browser

[Install]
WantedBy=default.target