https://github.com/rogeriopradoj/python-detalhes-ambiente
Notebook que busca detalhar todos os detalhes do ambiente do seu ambiente python / anaconda / jupyter
https://github.com/rogeriopradoj/python-detalhes-ambiente
anaconda conda jupyter jupyter-notebook mamba notebook python
Last synced: 8 months ago
JSON representation
Notebook que busca detalhar todos os detalhes do ambiente do seu ambiente python / anaconda / jupyter
- Host: GitHub
- URL: https://github.com/rogeriopradoj/python-detalhes-ambiente
- Owner: rogeriopradoj
- License: mit
- Created: 2022-06-18T04:21:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T17:26:36.000Z (over 3 years ago)
- Last Synced: 2025-01-14T08:13:20.747Z (10 months ago)
- Topics: anaconda, conda, jupyter, jupyter-notebook, mamba, notebook, python
- Language: Jupyter Notebook
- Homepage:
- Size: 353 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-detalhes-ambiente
Notebook que busca detalhar todos os detalhes do ambiente do seu ambiente python / anaconda / jupyter.
## Requisitos
- ferramental Anaconda (recomendo [MambaForge](https://github.com/conda-forge/miniforge))
- ambiente Anaconda ativado (`conda create --name python-detalhes-ambiente && conda activate python-detalhes-ambiente`)
- pacote jupyter instalado (recomendo jupyter lab, `conda install jupyterlab`)
## Como usar via Jupyter
- acessar ambiente dos notebooks (`cd 001_notebooks`)
- subir ambiente jupyter (`jupyter lab`)
## Como usar via CLI