Skip to content

Commit b261ff8

Browse files
committed
working on next blog post
1 parent 8500840 commit b261ff8

File tree

7 files changed

+375
-9
lines changed

7 files changed

+375
-9
lines changed

content/pages/02-development-environments/06-jupyter-notebook.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,17 @@ like advanced interactive visualizations.
114114
[quickstart](https://github.com/mapbox/mapboxgl-jupyter/blob/master/docs-markdown/viz.md)
115115
show you how to visualize geospatial data within your notebooks.
116116

117-
* [28 Jupyter Notebook tips, tricks and shortcuts](https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/)
118-
explains many of the lesser-known keyboard shortcuts and mechanisms
119-
to output settings.
120-
121117
* [Reproducible Data Analysis in Jupyter](https://jakevdp.github.io/blog/2017/03/03/reproducible-data-analysis-in-jupyter/)
122118
is a fantastic series of videos by
123119
[Jake Vanderplas](https://github.com/jakevdp) that shows how to move your
124120
code from the interactive Jupyter environment into packaged, tested Python
125121
code that is suitable for [deployment](/deployment.html) to a production
126122
environment.
127123

124+
* [28 Jupyter Notebook tips, tricks and shortcuts](https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/)
125+
explains many of the lesser-known keyboard shortcuts and mechanisms
126+
to output settings.
127+
128128
* [Boost Your Jupyter Notebook Productivity](https://towardsdatascience.com/jupyter-notebook-hints-1f26b08429ad)
129129
covers hotkeys, data plotting, shell commands, timing and other topics
130130
you will eventually want to handle within your notebooks as you get

content/pages/meta/00-change-log.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ on GitHub.
1717

1818
## 2018
1919
### April
20-
* A slew of new resources for the [Jupyter Notebook](/jupyter-notebook.html)
21-
page.
20+
* A slew of new resources and descriptions for the
21+
[Jupyter Notebook](/jupyter-notebook.html) page.
2222
* Reworking [web development](/web-development.html) page with new
2323
descriptions and resources.
2424
* Major updates to [Flask](/flask.html) resources, example code and

content/pages/meta/04-page-statuses.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ kept up to date with accurate descriptions and resources.
5050
|[Emacs](/emacs.html) | intermediate |
5151
|[Sublime Text](/sublime-text.html) | starter |
5252
|[PyCharm](/pycharm.html) | starter |
53-
|[Jupyter Notebook](/jupyter-notebook.html) | starter |
53+
|[Jupyter Notebook](/jupyter-notebook.html) | intermediate |
5454
|[Shells](/shells.html) | starter |
5555
|[Bourne-again shell (Bash)](/bourne-again-shell-bash.html) | starter |
5656
|[Zsh](/zsh-shell.html) | starter |

0 commit comments

Comments
 (0)