Peer Herholz activity https://gitlab.com/herholz.peer 2024-02-16T12:02:07Z tag:gitlab.com,2024-02-16:3165140196 Peer Herholz pushed to project branch main at julia-pfarr / NOWASchool 2024-02-16T12:02:07Z herholz.peer Peer Herholz

Peer Herholz (e64cfc68) at 16 Feb 12:02

add tasks to Code testing notebook

tag:gitlab.com,2024-02-16:3165084490 Peer Herholz pushed to project branch main at julia-pfarr / NOWASchool 2024-02-16T11:38:05Z herholz.peer Peer Herholz

Peer Herholz (73dc1367) at 16 Feb 11:38

... and 1 more commit

tag:gitlab.com,2024-02-15:3163818096 Peer Herholz pushed to project branch main at julia-pfarr / NOWASchool 2024-02-15T21:59:09Z herholz.peer Peer Herholz

Peer Herholz (201a2336) at 15 Feb 21:59

... and 1 more commit

tag:gitlab.com,2024-02-15:3161658957 Peer Herholz pushed to project branch main at julia-pfarr / NOWASchool 2024-02-15T08:18:07Z herholz.peer Peer Herholz

Peer Herholz (a3c9d3ad) at 15 Feb 08:18

remove tensorflow version

tag:gitlab.com,2024-02-14:3160849410 Peer Herholz pushed to project branch main at julia-pfarr / NOWASchool 2024-02-14T20:29:44Z herholz.peer Peer Herholz

Peer Herholz (ca16da4a) at 14 Feb 20:29

update python materials to work better as slideshows

tag:gitlab.com,2024-02-14:3160823016 Peer Herholz pushed to project branch main at julia-pfarr / NOWASchool 2024-02-14T20:12:24Z herholz.peer Peer Herholz

Peer Herholz (51c301d6) at 14 Feb 20:12

update materials for python showcases

... and 1 more commit

tag:gitlab.com,2024-02-14:3160417917 Peer Herholz pushed to project branch main at julia-pfarr / NOWASchool 2024-02-14T16:47:30Z herholz.peer Peer Herholz

Peer Herholz (e055a11b) at 14 Feb 16:47

update jupyter intro

tag:gitlab.com,2024-02-14:3160280946 Peer Herholz pushed to project branch main at julia-pfarr / NOWASchool 2024-02-14T15:59:00Z herholz.peer Peer Herholz

Peer Herholz (dd38501e) at 14 Feb 15:59

add sourcedata directory for python intro

tag:gitlab.com,2024-02-14:3160030167 Peer Herholz pushed to project branch main at julia-pfarr / NOWASchool 2024-02-14T14:43:53Z herholz.peer Peer Herholz

Peer Herholz (f19e4069) at 14 Feb 14:43

update branch and ToC

... and 2 more commits

tag:gitlab.com,2024-02-12:3155252141 Peer Herholz pushed to project branch main at julia-pfarr / NOWASchool 2024-02-12T20:11:21Z herholz.peer Peer Herholz

Peer Herholz (becbe6ec) at 12 Feb 20:11

updates psychopy section

tag:gitlab.com,2024-02-12:3154866191 Peer Herholz pushed to project branch main at julia-pfarr / NOWASchool 2024-02-12T16:56:29Z herholz.peer Peer Herholz

Peer Herholz (ca77cea1) at 12 Feb 16:56

update psychopy section links

tag:gitlab.com,2024-02-12:3154838166 Peer Herholz pushed to project branch main at julia-pfarr / NOWASchool 2024-02-12T16:46:27Z herholz.peer Peer Herholz

Peer Herholz (a1c7b682) at 12 Feb 16:46

fix ToC-related build error

tag:gitlab.com,2024-02-12:3154822079 Peer Herholz pushed to project branch main at julia-pfarr / NOWASchool 2024-02-12T16:41:06Z herholz.peer Peer Herholz

Peer Herholz (9e83a1dd) at 12 Feb 16:41

add code style section to ToC

tag:gitlab.com,2024-02-12:3154815731 Peer Herholz pushed to project branch main at julia-pfarr / NOWASchool 2024-02-12T16:38:53Z herholz.peer Peer Herholz

Peer Herholz (7af84691) at 12 Feb 16:38

... and 4 more commits

tag:gitlab.com,2024-02-12:3154589977 Peer Herholz commented on issue #4 at julia-pfarr / NOWASchool 2024-02-12T15:22:54Z herholz.peer Peer Herholz

Could you please try option 2, ie requirements.txt as outlined here?

For this to work, you have to remove the environment again and then start with the outlined instructions.

tag:gitlab.com,2024-02-12:3153926204 Peer Herholz commented on issue #4 at julia-pfarr / NOWASchool 2024-02-12T11:47:04Z herholz.peer Peer Herholz

The first error suggests that you already have the environment you want to create, or at least one of the same name. You could try to activate it via:

conda activate nowaschool

or delete it via

conda remove -n nowaschool --all

and then create it again to be sure.

tag:gitlab.com,2024-02-12:3153722922 Peer Herholz commented on issue #4 at julia-pfarr / NOWASchool 2024-02-12T10:32:01Z herholz.peer Peer Herholz

I think this has to do with the way WSL interacts with your windows OS.

Within /home/ you will most likely only find files and paths specific to WSL. If you, however, want to access your windows OS, ie the host machine, you have to go via /mnt/c/ and then whatever path/file you want to indicate. For example, assuming the file is on your Desktop and your username within windows is also llin, you could try:

conda env create -f /mnt/c/Users/llin/Desktop/environment.yml

tag:gitlab.com,2024-02-12:3153705047 Peer Herholz closed issue #5: bash <( curl -s ) - no URL specified at julia-pfarr / NOWASchool 2024-02-12T10:26:46Z herholz.peer Peer Herholz

Dear NOWA-school Team,

after following the installation instructions (without having apparent problems) I tried to check the installation with the command "bash <( surl -s ). The output I'm getting is the following: curl: no URL specified! curl: try 'curl --help' or 'curl --manual' for more information

Do you have an Idea what could be the problem here?

Thanks, Theresa

tag:gitlab.com,2024-02-12:3153446359 Peer Herholz commented on issue #4 at julia-pfarr / NOWASchool 2024-02-12T08:57:51Z herholz.peer Peer Herholz

Ok, thanks!

What happens if you try to create the environment again? (NB: Please be aware of the two options for creating it.)

tag:gitlab.com,2024-02-12:3153385450 Peer Herholz commented on issue #4 at julia-pfarr / NOWASchool 2024-02-12T08:33:34Z herholz.peer Peer Herholz

Hi @pylin109739

ok that's good as things seem to work. I think we have to update/add the paths to python, conda, etc. to your bash profile.

Could you maybe try the following:

  • open WSL
  • open the .bashrc file via e.g. nano ~/.bashrc
  • add this to the bottom of the file: export PATH=/home/llin/miniconda3/bin:$PATH"
  • close WSL and restart it
  • test things via which conda and which python