Step 1: Open a terminal session

Step 2: Type the command
/SNS/VENUS/shared/software/start_notebooks_ipts_instrument_conda.sh
This will display the help of that command.
/SNS/VENUS/shared/software/start_notebooks_ipts_instrument_conda.sh -i <ipts_number> [-I VENUS|MARS|SNAP] [-c 1|2]
list of instruments:
VENUS. (default)
MARS
SNAP
list of conda env:
1. (neutron-imaging). (default)
2. (j35-notebook)
So to jump to the IPTS-1234, for the VENUS instrument, using the default conda environment:
/SNS/VENUS/shared/software/start_notebooks_ipts_instrument_conda.sh -i 12345
For MARS instrument
/SNS/VENUS/shared/software/start_notebooks_ipts_instrument_conda.sh -i 12345 -I MARS
Using local j35 conda environment
/SNS/VENUS/shared/software/start_notebooks_ipts_instrument_conda.sh -i 12345 -I MARS -c 2
demo:
