diff --git a/_static/ipython-for-web-devs.png b/_static/ipython-for-web-devs.png new file mode 100644 index 0000000..8cb66e3 Binary files /dev/null and b/_static/ipython-for-web-devs.png differ diff --git a/_templates/sidebar_links.html b/_templates/sidebar_links.html index 4490942..68d9fb4 100644 --- a/_templates/sidebar_links.html +++ b/_templates/sidebar_links.html @@ -77,6 +77,7 @@

{{ _('Book') }}

"_static/jupyter-in-depth.png", "_static/jupyter-for-ds.png", "_static/ipython-cookbook-2nd.png", + "_static/ipython-for-web-devs.png", ] function pick(){ diff --git a/books.rst b/books.rst index ed5ee9c..5961976 100644 --- a/books.rst +++ b/books.rst @@ -4,6 +4,23 @@ Books And Videos +IPython for Web Devs +-------------------- + +.. image:: _static/ipython-for-web-devs.png + :width: 200px + :alt: IPython for Web Devs + :target: _static/ipython-for-web-devs.png + +* `IPython for Web Devs `_ +* by `Eric Hamiter `_ +* 80 pages +* November 15 2020 + +This book is suitable for both beginning and experienced back-end web developers that use Python frameworks such as Django or Flask. There is an introduction to setting up IPython profiles, tweaking configuration settings, learning about available "magic" commands to improve workflows, and creating custom commands that can improve productivity. + + + IPython Interactive Computing and Visualization Cookbook, Second Edition ------------------------------------------------------------------------