fix ipylab, can now select env as arg

This commit is contained in:
2022-05-18 06:29:23 +02:00
parent 658b290113
commit ecf0f93f41

5
ipylab
View File

@@ -1,3 +1,6 @@
#!/bin/bash
/sf/bernina/applications/anaconda/bernina_envs/bernina37/bin/ipython --pylab
default="bernina37"
dest=${1:-$default}
source /sf/bernina/anaconda_env ${1:-$dest}
ipython --pylab