Browse Source

Update README.md

pull/42/head
brad-gh 2 years ago committed by GitHub
parent
commit
46577c72fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      piscine/week01/day01/ex00/README.md

5
piscine/week01/day01/ex00/README.md

@ -43,7 +43,7 @@ I recommend to use:
- the virtual environment you're the most confortable with. `virtualenv` and `conda` are the most used in Data Science.
- one of the most recents versions of the libraries required
1. Create a virtual environment named `ex00`, with Python `3.8`, with the following libraries: `numpy`, `jupyter`.
1. Create a virtual environment named `ex00`, with Python `3.8`, with the following libraries: `numpy`, `jupyter`. Save the installed packages in `requirements.txt` in the current directory.
2. Launch a `jupyter notebook` on port `8891` and create a notebook named `Notebook_ex00`. `JupyterLab` can be used instead of Jupyter Notebook here.
@ -59,4 +59,5 @@ I recommend to use:
- https://jupyter.org/
- https://numpy.org/
- https://towardsdatascience.com/jypyter-notebook-shortcuts-bf0101a98330
- https://odsc.medium.com/why-you-should-be-using-jupyter-notebooks-ea2e568c59f2
- https://odsc.medium.com/why-you-should-be-using-jupyter-notebooks-ea2e568c59f2
- https://stackoverflow.com/questions/50777849/from-conda-create-requirements-txt-for-pip3

Loading…
Cancel
Save