Skip to content

Commit

Permalink
Merge pull request #126 from piebro/updates-and-refactoring
Browse files Browse the repository at this point in the history
Updates and refactoring
  • Loading branch information
piebro authored Jan 15, 2024
2 parents e30f95c + c4682ee commit 3a0d9b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*.osm.bz2
__pycache__
temp*
venv
.venv
changesets-latest.osm.bz2.torrent
.jupyterlite.doit.db
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ The code is tested on Ubuntu 20.04 but should work on every Linux distro. I'm no
sudo apt install aria2 osmium-tool pv

# create a vitual enviroment
python3 -m venv venv
source venv/bin/activate
python3 -m venv .venv
source .venv/bin/activate

# install python dependencies
pip3 install -r requirements.txt
Expand Down Expand Up @@ -100,6 +100,7 @@ python3 src/save_corporation_contributors.py
### Update Jupyter Lite Notebook

```bash
pip install jupyterlite-core==0.1.0 jupyterlab~=3.5.1 jupyterlite-pyodide-kernel==0.0.6
jupyter lite build --contents src/custom_plots_browser.ipynb --output-dir jupyter_lite
```

Expand Down
8 changes: 2 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
jupyterlite-core==0.1.0
jupyterlab~=3.5.1
jupyterlite-pyodide-kernel==0.0.6
tqdm==4.65.0
fastparquet==2023.2.0
dask
pandas
fastparquet
numpy
plotly
nbformat
tqdm

0 comments on commit 3a0d9b3

Please sign in to comment.