Skip to content
  • View menu
  • View sidebar

bioinfo core

Index & solution of bioInfo utilities

  • Home
  • All entries
  • Blogs
  • Contact
  • About

Categories

  • Between languages (7)
  • Blogs (8)
  • Python (35)
  • R (1)
  • Unix (37)

Tags

bedfile Blogs conda Excel html numpy Pandas Python R slurm Unix
08/17/202002/01/2023 by bioinfocore

Jupyter Notebook check and stop all running servers/kernels

  • Between languages, Python, Unix
  • Python, Unix

Check running servers:

jupyter notebook list

Stop running servers (both works):

jupyter notebook stop
kill $(pgrep jupyter)

Source:
https://github.com/jupyter/notebook/issues/1950
https://stackoverflow.com/questions/10162707/how-to-close-ipython-notebook-properly/32745046#32745046

Post navigation

← Previous Post Python compare two file line by line
Next Post → Unix display disk space statistics
Copyright 2024 | by bioinfocore