squidpy_notebooks icon indicating copy to clipboard operation
squidpy_notebooks copied to clipboard

environment.yml is missing

Open alanocallaghan opened this issue 2 years ago • 4 comments

alan@pop-os:~/Documents/github/imaging/squidpy_notebooks/ (main) $ grep -r environment.yml
tutorials/tutorial_mibitof.ipynb:                "`environment.yml <https://github.com/scverse/squidpy_notebooks/blob/main/environment.yml>`_."
tutorials/tutorial_seqfish.ipynb:                "`environment.yml <https://github.com/scverse/squidpy_notebooks/blob/main/environment.yml>`_."
tutorials/tutorial_visium_hne.ipynb:                "`environment.yml <https://github.com/scverse/squidpy_notebooks/blob/main/environment.yml>`_."
tutorials/tutorial_visium_fluo.ipynb:                "`environment.yml <https://github.com/scverse/squidpy_notebooks/blob/main/environment.yml>`_."
tutorials/tutorial_slideseqv2.ipynb:                "`environment.yml <https://github.com/scverse/squidpy_notebooks/blob/main/environment.yml>`_."
tutorials/tutorial_imc.ipynb:                "`environment.yml <https://github.com/scverse/squidpy_notebooks/blob/main/environment.yml>`_."
tutorials/tutorial_fouri.ipynb:                "`environment.yml <https://github.com/scverse/squidpy_notebooks/blob/main/environment.yml>`_."
tutorials/tutorial_merfish.ipynb:                "`environment.yml <https://github.com/scverse/squidpy_notebooks/blob/main/environment.yml>`_."
alan@pop-os:~/Documents/github/imaging/squidpy_notebooks/ (main) $ find . -name "environment.yml"
alan@pop-os:~/Documents/github/imaging/squidpy_notebooks/ (main) $ 

alanocallaghan avatar Jun 19 '23 16:06 alanocallaghan

Not sure if the same file or not, but the link: https://github.com/scverse/squidpy_notebooks/blob/main/environment.yml resolves to 404. It is step 1 of certain tutorials, and the env should be present if you are recommending folks to install via that file.

MikeWLloyd avatar Aug 01 '24 19:08 MikeWLloyd

I assumed this repo was dead given this never got addressed, but I see there are recent commits, issues, PRs etc. Truly bizarre to me, can't be hard to put together an environment yaml or just remove the link altogether

alanocallaghan avatar Aug 01 '24 19:08 alanocallaghan

Per https://squidpy.readthedocs.io/en/stable/notebooks/tutorials/tutorial_visium_hne.html

Import packages & data[](https://squidpy.readthedocs.io/en/stable/notebooks/tutorials/tutorial_visium_hne.html#import-packages-data)

To run the notebook locally, create a conda environment as conda env create -f environment.yml using this environment.yml <https://github.com/scverse/squidpy_notebooks/blob/main/environment.yml>_.

¯\_(ツ)_/¯

MikeWLloyd avatar Aug 01 '24 20:08 MikeWLloyd

I gave up and went with an ecosystem that'll let me run the docs without needing to faff with dependencies first :)

alanocallaghan avatar Aug 01 '24 20:08 alanocallaghan