Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guglielmo/datalab-notebooks
Data analysis at openpolis
https://github.com/guglielmo/datalab-notebooks
data-analysis data-science jupyter-notebooks pandas python3
Last synced: 12 days ago
JSON representation
Data analysis at openpolis
- Host: GitHub
- URL: https://github.com/guglielmo/datalab-notebooks
- Owner: guglielmo
- Created: 2018-10-29T13:14:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T14:18:40.000Z (over 1 year ago)
- Last Synced: 2024-11-16T17:45:28.606Z (2 months ago)
- Topics: data-analysis, data-science, jupyter-notebooks, pandas, python3
- Language: Jupyter Notebook
- Size: 11.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datalab
Some data analysis notebooks, mostly done at Openpolis Foundation# launch
This is a JupyterLab instance. It may be launched with:
```
jupyter lab
```
after the virtual environment has been initialised.To launch in the proper virtualenv and have a shell available:
```
tmuxinator
```# dedicated kernels
Custom kernels are defined in ``~/Library/Jupyter/kernels``. This allows a user to select a kernel that has access to the selected django environment,
making working with data extractions a breeze.
``ipykernel`` must be installed in the virtualenv of the project we want to work in (povedu, opdm, ...)