Skip to content

Commit

Permalink
Update for 2019-06-05 Insight
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwhit committed Jun 8, 2019
1 parent 6fd62b6 commit 99b57ff
Show file tree
Hide file tree
Showing 11 changed files with 2,258 additions and 1,241 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ yapf
'


conda create -n $envname python=3 $packages
source activate $envname
conda create -n $envname python=3.6 $packages
conda activate $envname

# Pause here, double check that this pip is the correct one
which pip
type pip

# the correct one will say something like...
# $ which pip
# /Users/username/miniconda3/envs/dspy3/bin/pip
# $ type pip
# pip is /Users/jonathan/miniconda3/envs/dspy3/bin/pip

python -m pip install pyhive[presto] sql_magic SQLAlchemy nbdime papermill

Expand All @@ -94,6 +94,7 @@ python -m ipykernel install --user --name $envname --display-name "$envname"
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install ipyvolume
jupyter labextension install jupyter-threejs
jupyter labextension install bqplot
```

### Troubleshooting
Expand All @@ -110,7 +111,3 @@ jupyter lab --NotebookApp.iopub_data_rate_limit=10000000
```

### Extra ideas

```bash
# jupyter labextension install bqplot
```
Binary file modified img/production-vs-hours-worked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion notebooks/00-Overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Jupyter Notebook Tips and Tricks\n",
"\n",
"By: [Jonathan Whitmore](http://jonathanwhitmore.com/) -- Senior Data Scientist\n",
"By: [Jonathan Whitmore](http://jonathanwhitmore.com/) -- Insight 2014C\n",
"\n",
" - Email: [[email protected]](mailto:[email protected])\n",
" - Twitter: [@jbwhitmore](https://twitter.com/jbwhitmore)\n",
Expand All @@ -15,6 +15,13 @@
"All notebooks available: https://github.com/jbwhit/jupyter-tips-and-tricks"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Art Show [The Mill](https://www.eventbrite.com/e/generative-forms-by-jonathan-whitmore-opening-reception-tickets-62658004779)"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Loading

0 comments on commit 99b57ff

Please sign in to comment.