21cmfast / 21cmFAST

Official repository for 21cmFAST: a code for generating fast simulations of the cosmological 21cm signal
MIT License
58 stars 37 forks source link

[Feature Req.] Ideal that it could work with ipykernel. #333

Open Andresfgomez970 opened 1 year ago

Andresfgomez970 commented 1 year ago

I did install library in a enviroment with conda as follows:

conda create --name 21cmFast

Then in the enviroment I installed according to docs:

conda install -c conda-forge 21cmFAST

Now that I want to install ipykernel to be able to run it by chunks in vscode I did:

conda install -n 21cmFast ipykernel --update-deps --force-reinstall

after this it has problems linking parts of gsl library. I will reproduce it later in more detail and add the output that I obtained. My system is ubuntu 20.04.

steven-murray commented 3 months ago

@Andresfgomez970 do you have any details to add to this? Did you get it to work?