Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T17:26:36.000Z (over 2 years ago)
- Last Synced: 2024-11-14T14:39:12.110Z (3 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