Display full outputs in Jupyter Notebook, not only the last command's output.
from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"Display full outputs in Jupyter Notebook, not only the last command's output.
from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"| # Choose repo name from {'galaxy4-rhel6.repo', 'galaxy4-rhel7.repo', 'galaxy4-rhel8.repo'} based on your CentOS version. | |
| sudo wget -P /etc/yum.repos.d/ http://galaxy4.net/repo/galaxy4-rhel7.repo | |
| sudo yum repolist galaxy4-rhel7 | |
| sudo yum install tmux |