Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update install instructions #57

Merged
merged 4 commits into from
Jan 8, 2022
Merged

Conversation

ocefpaf
Copy link
Member

@ocefpaf ocefpaf commented Dec 17, 2021

Closes #54

@ocefpaf
Copy link
Member Author

ocefpaf commented Dec 23, 2021

@MathewBiddle do you mind taking a look at the changes here? If you could try to follow them and check if they are clear enough, even better :-)

@MathewBiddle
Copy link
Contributor

Added some comments in specific lines.

With all the hyperlinks I was wondering if there was a GHA to check links on a .md page (or from the .html in gh-pages branch). It would be nice to get a notification if/when links break in our documentation.

@ocefpaf
Copy link
Member Author

ocefpaf commented Jan 4, 2022

With all the hyperlinks I was wondering if there was a GHA to check links on a .md page (or from the .html in gh-pages branch). It would be nice to get a notification if/when links break in our documentation.

Sphinx has a check link tool. I'll see if that is available on Jupyter book too.

@ocefpaf
Copy link
Member Author

ocefpaf commented Jan 4, 2022

Added some comments in specific lines.

If you made it like a "review" did you submit it? I cannot see the comments yet.


### What to do when everything seems to be broken?

1. If you believe that only your environment is broken you can follow the [update environment](##Updating-the-IOOS-environment) instructions from above;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a link to #updating-the-ioos-environment

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Vscode fooled me there by creating the link that didn't point to the right section :-)


1. If you believe that only your environment is broken you can follow the [update environment](##Updating-the-IOOS-environment) instructions from above;
1. Sometimes conda updates can break backwards compatibility and updating is broken. In those cases remove the Miniforge3 directory and perform a fresh install of the new version.
1. In rare cases you may want to install a frozen version of the environment. Like, you need the exact same version that is running on our CIs. You can accomplish that by [downloading the lock file your your system](https://github.com/ioos/ioos_code_lab/tree/main/.binder) and issuing the command:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • double your.
  • Might want to include a file name description/explanation for the lock file, so folks know which to download.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to include a file name description/explanation for the lock file, so folks know which to download.

I tried to make it a bit clearly below. Let me know if that is better.


1. If you did not install Miniforge on your C:\ drive you may have a "long path error." Usually that happens when you see failures in the environment creation;
1. Installed is "successful" but nothing was installed. Please see https://github.com/ContinuumIO/anaconda-issues/issues/6258 for some reasons to why that us happening. Most common ones are aggressive anti-virus or bank apps blocking the installation;
1. Installation was successful but calling `jupyter notebook` just hangs while "waiting for localhost:" that is probably a firewall setting blocking the notebook or you need to update your packages. See [update environment](##Updating-the-IOOS-environment).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the hyperlink, should be #updating-the-ioos-environment.

a lightweight version of the [Anaconda Scientific Python Distribution](https://store.continuum.io/cshop/anaconda/).
For IOOS Python/R users we recommend the free
[Miniforge](https://github.com/conda-forge/miniforge) distribution,
a lightweight version of the [Anaconda Scientific Python Distribution](https://store.continuum.io/cshop/anaconda/) with the conda-forge channel pre-configured.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, now we recommend Miniforge? Do we still want to include Miniconda information in here as well? Does it make a difference to the end user?

Towards the bottom I see references to Miniconda, it might be good to make this all consistent with our current recommendations. If Miniconda is no longer recommended, lets say why and update everything to Miniforge.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, now we recommend Miniforge?

Yep. Mostly b/c of: https://www.anaconda.com/terms-of-service

Do we still want to include Miniconda information in here as well?

Everything is virtually identical. Not sure it is worth mentioning it. If folks need miniconda for any reason they can use this instructions. The only differences are that they need to add the conda-forge channel manually and activate strict channel option.

Does it make a difference to the end user?

Besides the new TOS the difference are that they need to add the conda-forge and activate strict channel.

@MathewBiddle
Copy link
Contributor

Sorry about that, just submitted it.

Copy link
Contributor

@MathewBiddle MathewBiddle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@ocefpaf ocefpaf merged commit 93f73cc into ioos:main Jan 8, 2022
@ocefpaf ocefpaf deleted the fix_install_instructions branch January 8, 2022 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update install instructions
2 participants