Python Forum
Run jupyter notbook in background
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run jupyter notbook in background
#1
OS Ubuntu linux

I am trying to get jupyter notebook to run in the background.

I first tried:
jupyter notebook &
but it ignores it and runs the output in the terminal.

This works to an extent...
jupyter notebook &> /dev/null &
as it kills the output. It would seem to also put in the background on normal processes, but does not work as expected with jupyter notebook. If you kill the terminal at any point, for example, you are unable to create a new notebook and just get back error (thats all its says).

The only way i am able to berid of any terminal while using jupyter notebook is to start the process in a tmux session and detach. Which seems kinda ridiculous to have to do if you do not want the output and terminal


Or is there an alternative to jupyter notebook? I am only using it to display tables better with pandas. I am not sure of whether other IDE's are capable of similar actions?
Recommended Tutorials:
Reply


Messages In This Thread
Run jupyter notbook in background - by metulburr - Jul-01-2019, 06:37 PM
RE: Run jupyter notbook in background - by Larz60+ - Jul-01-2019, 07:56 PM
RE: Run jupyter notbook in background - by snippsat - Jul-01-2019, 08:11 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Jupyter notebooks, jupyter kernels, virtual environment created in Anaconda... bytecrunch 8 2,362 Nov-05-2023, 06:38 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020