File: jupyter-notebook.user.service

package info (click to toggle)
jupyter-notebook 6.4.12-2.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,780 kB
  • sloc: javascript: 20,765; python: 15,689; makefile: 248; sh: 66
file content (9 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (6)
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