-
Notifications
You must be signed in to change notification settings - Fork 9
notebook installation help #91
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #91 +/- ##
=======================================
Coverage 79.09% 79.09%
=======================================
Files 26 26
Lines 550 550
=======================================
Hits 435 435
Misses 115 115
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Remi-Gau
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a typo to fix
| 3. Download the [Anaconda Installer](https://www.anaconda.com/products/individual) and install it. | ||
| 4. Install [Octave kernel](https://pypi.org/project/octave-kernel/): | ||
| If using miniconda, run `conda install jupyter` to download and install the Jupyter Notebook package. | ||
| 4. Install [Octave kernel](https://pypi.org/project/octave-kernel/): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will try all these steps in the brand 'new' old mac to see if it works and if there are faster ways like installing stuff e.g. via homebrew.
Related to this, I fear that these installing steps can be done in different (and faster) ways depending on the OS. What do you think?
Worth to point to different ways depending on the OS?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think anaconda/conda provide very good support on the issue. We should not spend time on it thaaaat much.
I've tried these with my mac, thus I added the tiny suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Best way is to point to other doc where they have that nailed already but I agree that for OS specific info is nice.
I think I had taken that from Agah's repo from the OHBM hackathon.
Maybe we have some more install info on the hackathon website.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But in general I would have an approach of "some doc is better than none and update it when someone points out it is not clear".
notebooks/README.md
Outdated
| 1. Make sure that you have Octave installed. | ||
| 1. Make sure that you have Octave installed. | ||
| 2. If you have Conda/Jupyter/pip installed, go to step 4. | ||
| Check is Conda installed properly by `conda list` typing into your terminal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw, I have the 'Anaconda navigator app' installed but if I tyoe conda list the terminal says tha does not know the conda command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok somehow re installing Anaconda worked
Co-authored-by: Remi Gau <remi_gau@hotmail.com>
|
I think this one is ready to be merged, what you think? |
|
I will reopen this one to have as a PR on |
No description provided.