Difference between revisions of "LST1School2021 MVA"

From my_wiki
Jump to: navigation, search
(Created page with "Test")
 
Line 1: Line 1:
Test
+
* Login in La Palma cluster instructions: [https://indico.cta-observatory.org/event/3687/attachments/20250/28790/Requirements.pdf Requirements.pdf]
 +
 
 +
* Running remote notebook in the La Palma IT cluster
 +
<pre style="color: blue">
 +
ssh cp01
 +
source /fefs/aswg/software/conda/etc/profile.d/conda.sh
 +
conda activate lstchain-v0.8.2
 +
jupyter notebook --no-browser
 +
ssh -NfL localhost:8889:localhost:8889 NAME.SURNAME@cp01
 +
Open URL of notebook in local browser
 +
</pre>

Revision as of 10:25, 8 February 2022

  • Running remote notebook in the La Palma IT cluster
ssh cp01
source /fefs/aswg/software/conda/etc/profile.d/conda.sh
conda activate lstchain-v0.8.2
jupyter notebook --no-browser
ssh -NfL localhost:8889:localhost:8889 NAME.SURNAME@cp01
Open URL of notebook in local browser