diff --git a/docs/beta/dist/debuggingbook-1.2.3.tar.gz b/docs/beta/dist/debuggingbook-1.2.3.tar.gz index a8d76036..b365aca3 100644 Binary files a/docs/beta/dist/debuggingbook-1.2.3.tar.gz and b/docs/beta/dist/debuggingbook-1.2.3.tar.gz differ diff --git a/docs/beta/dist/debuggingbook-code.zip b/docs/beta/dist/debuggingbook-code.zip index 1a4c8076..ae67605c 100644 Binary files a/docs/beta/dist/debuggingbook-code.zip and b/docs/beta/dist/debuggingbook-code.zip differ diff --git a/docs/beta/dist/debuggingbook-notebooks.zip b/docs/beta/dist/debuggingbook-notebooks.zip index 24113234..184a80e3 100644 Binary files a/docs/beta/dist/debuggingbook-notebooks.zip and b/docs/beta/dist/debuggingbook-notebooks.zip differ diff --git a/docs/beta/html/index.html b/docs/beta/html/index.html index 4c1a6ea7..d594e94b 100644 --- a/docs/beta/html/index.html +++ b/docs/beta/html/index.html @@ -12140,7 +12140,14 @@
  • Download the Python code (using the menu at the top) and edit and run it in your favorite environment. This is easy to do and does not require lots of resources.
  • Download the Jupyter Notebooks (using the menu at the top) and open them in Jupyter. Here's how to install jupyter notebook on your machine.
  • -

    For details, see our article on Using Debuggingbook Code in your own Programs. Enjoy!

    +

    For details, see our article on Using Debuggingbook Code in your own Programs.

    +

    As another alternative, you can also use our Docker images (experimental). Install Docker and then run

    + +
        $ docker pull zeller24/debuggingbook
    +    $ docker run -it --rm -p 8888:8888 zeller24/debuggingbook
    +

    and then in your Web browser, open the URL (http://127.0.0.1/... or http://localhost/...) given in the console output. +This should give you the same environment as in mybinder.org.

    +

    If you want to create your own Docker images, use our Dockerfile as a starting point.

    @@ -12358,7 +12365,7 @@ The content of this project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. The source code that is part of the content, as well as the source code used to format and display that content is licensed under the MIT License. -Last change: 2024-06-29 18:24:52+02:00 • +Last change: 2024-07-01 16:49:37+02:00CiteImprint

    @@ -12374,7 +12381,7 @@

    How to Cite this Work

    -Andreas Zeller: "About this Book". In Andreas Zeller, "The Debugging Book", https://www.debuggingbook.org/beta/html/index.html. Retrieved 2024-06-29 18:24:52+02:00. +Andreas Zeller: "About this Book". In Andreas Zeller, "The Debugging Book", https://www.debuggingbook.org/beta/html/index.html. Retrieved 2024-07-01 16:49:37+02:00.

     @incollection{debuggingbook2024:index,
    @@ -12384,9 +12391,9 @@ 

    How to Cite this Work

    year = {2024}, publisher = {CISPA Helmholtz Center for Information Security}, howpublished = {\url{https://www.debuggingbook.org/beta/html/index.html}}, - note = {Retrieved 2024-06-29 18:24:52+02:00}, + note = {Retrieved 2024-07-01 16:49:37+02:00}, url = {https://www.debuggingbook.org/beta/html/index.html}, - urldate = {2024-06-29 18:24:52+02:00} + urldate = {2024-07-01 16:49:37+02:00} }
    diff --git a/docs/beta/index.html b/docs/beta/index.html index 5c16c485..1cc9ae68 100644 --- a/docs/beta/index.html +++ b/docs/beta/index.html @@ -12135,7 +12135,14 @@
  • Download the Python code (using the menu at the top) and edit and run it in your favorite environment. This is easy to do and does not require lots of resources.
  • Download the Jupyter Notebooks (using the menu at the top) and open them in Jupyter. Here's how to install jupyter notebook on your machine.
  • -

    For details, see our article on Using Debuggingbook Code in your own Programs. Enjoy!

    +

    For details, see our article on Using Debuggingbook Code in your own Programs.

    +

    As another alternative, you can also use our Docker images (experimental). Install Docker and then run

    + +
        $ docker pull zeller24/debuggingbook
    +    $ docker run -it --rm -p 8888:8888 zeller24/debuggingbook
    +

    and then in your Web browser, open the URL (http://127.0.0.1/... or http://localhost/...) given in the console output. +This should give you the same environment as in mybinder.org.

    +

    If you want to create your own Docker images, use our Dockerfile as a starting point.

    @@ -12353,7 +12360,7 @@ The content of this project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. The source code that is part of the content, as well as the source code used to format and display that content is licensed under the MIT License. -Last change: 2024-06-29 18:24:52+02:00 • +Last change: 2024-07-01 16:49:37+02:00CiteImprint

    @@ -12369,7 +12376,7 @@

    How to Cite this Work

    -Andreas Zeller: "The Debugging Book". Retrieved 2024-06-29 18:24:52+02:00. +Andreas Zeller: "The Debugging Book". Retrieved 2024-07-01 16:49:37+02:00.

     @book{debuggingbook2024,
    @@ -12378,9 +12385,9 @@ 

    How to Cite this Work

    year = {2024}, publisher = {CISPA Helmholtz Center for Information Security}, howpublished = {\url{https://www.debuggingbook.org/beta/}}, - note = {Retrieved 2024-06-29 18:24:52+02:00}, + note = {Retrieved 2024-07-01 16:49:37+02:00}, url = {https://www.debuggingbook.org/beta/}, - urldate = {2024-06-29 18:24:52+02:00} + urldate = {2024-07-01 16:49:37+02:00} }
    diff --git a/docs/beta/notebooks/index.ipynb b/docs/beta/notebooks/index.ipynb index fa79b9ab..d6416f94 100644 --- a/docs/beta/notebooks/index.ipynb +++ b/docs/beta/notebooks/index.ipynb @@ -24,10 +24,10 @@ "execution_count": 1, "metadata": { "execution": { - "iopub.execute_input": "2024-06-30T17:19:26.791126Z", - "iopub.status.busy": "2024-06-30T17:19:26.790658Z", - "iopub.status.idle": "2024-06-30T17:19:26.897900Z", - "shell.execute_reply": "2024-06-30T17:19:26.897566Z" + "iopub.execute_input": "2024-07-01T14:49:39.718459Z", + "iopub.status.busy": "2024-07-01T14:49:39.717817Z", + "iopub.status.idle": "2024-07-01T14:49:39.820259Z", + "shell.execute_reply": "2024-07-01T14:49:39.819943Z" }, "slideshow": { "slide_type": "skip" @@ -49,7 +49,7 @@ " " ], "text/plain": [ - "" + "" ] }, "execution_count": 1, @@ -221,7 +221,17 @@ "1. **Download the Python code** (using the menu at the top) and edit and run it in your favorite environment. This is easy to do and does not require lots of resources.\n", "2. **Download the Jupyter Notebooks** (using the menu at the top) and open them in Jupyter. Here's [how to install jupyter notebook on your machine](https://www.dataquest.io/blog/jupyter-notebook-tutorial/).\n", "\n", - "For details, see our article on [Using Debuggingbook Code in your own Programs](Importing.ipynb). Enjoy!" + "For details, see our article on [Using Debuggingbook Code in your own Programs](Importing.ipynb).\n", + "\n", + "As another alternative, you can also **use our Docker images** (experimental). [Install Docker](https://docs.docker.com/get-docker/) and then run\n", + "```\n", + " $ docker pull zeller24/debuggingbook\n", + " $ docker run -it --rm -p 8888:8888 zeller24/debuggingbook\n", + "```\n", + "and then in your Web browser, open the URL (`http://127.0.0.1/...` or `http://localhost/...`) given in the console output.\n", + "This should give you the same environment as in mybinder.org.\n", + "\n", + "If you want to create your own Docker images, use our [Dockerfile](https://github.com/uds-se/debuggingbook/blob/master/binder/Dockerfile) as a starting point." ] }, {