Commit 573bfa3a authored by Beatriz Recinos's avatar Beatriz Recinos
Browse files

fixing typos

parent cd00155d
......@@ -2,7 +2,7 @@
This repository contains a collection of [Jupyter-notebooks](https://jupyter.org/install) with instructions on how to work with the notebooks under different Python and R environments.
The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live computer code, equations, visualizations and narrative text. For more information about the jupyter notebooks you can visit [OGGM edu: how to notebooks](https://edu.oggm.org/en/latest/notebooks_howto.html). For an easier start up follow the tutorials on this repository.
The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live computer code, equations, visualizations and narrative text. For more information about the jupyter notebooks you can visit [OGGM edu: how to notebooks](https://edu.oggm.org/en/latest/notebooks_howto.html). For an easier start up follow the tutorials in this repository.
Some features of the notebook wont display in the preview of Gitlab. Therefore,
I recommend you download the repository, install `jupyter notebooks` following one of the options below and then visualise them locally.
......@@ -32,10 +32,10 @@ graph LR;
when coding in Python you have different options for your virtual environments. <br>
Easy: <br>
- Conda or Miniconda: jupyter-notebooks and Python come with this installation.
- Conda or Miniconda: Python come with this installation.
<br>
Intermediate and Advance, uses python pip tool to install: <br>
Intermediate and Advanced, uses python pip tool to install: <br>
- [Virtualenv](https://virtualenv.pypa.io/en/latest/installation.html#via-pip) and [virtualenvwrapper](https://virtualenvwrapper.readthedocs.io/en/latest/install.html).
- [pyenv](https://github.com/pyenv/pyenv) and [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv)
......
......@@ -8138,7 +8138,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"I am not an R expert but you can find more examples for interactive tools here:\n",
"Here you can find more examples for interactive tools with R:\n",
"\n",
"- [Plotly for R](https://plotly.com/ggplot2/getting-started/#plotly-for-r)\n",
"- [ggplot2 gallery](https://www.r-graph-gallery.com/ggplot2-package.html)\n",
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment