diff --git a/docs/docs/tutorials/introduction.ipynb b/docs/docs/tutorials/introduction.ipynb index 1afbaefc5..7d35c9172 100644 --- a/docs/docs/tutorials/introduction.ipynb +++ b/docs/docs/tutorials/introduction.ipynb @@ -279,7 +279,6 @@ " if user_input.lower() in [\"quit\", \"exit\", \"q\"]:\n", " print(\"Goodbye!\")\n", " break\n", - "\n", " stream_graph_updates(user_input)\n", " except:\n", " # fallback if input() is not available\n",