You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add tip for correct env setup
* add tip for correct env setup
* Update docs/docs/jupyter/streamable-http/jupyter-extension/index.mdx
Co-authored-by: Eric Charles <226720+echarles@users.noreply.github.com>
* Update README.md
Co-authored-by: Eric Charles <226720+echarles@users.noreply.github.com>
* Update docs/docs/jupyter/streamable-http/standalone/index.mdx
Co-authored-by: Eric Charles <226720+echarles@users.noreply.github.com>
* Update docs/docs/jupyter/stdio/index.mdx
Co-authored-by: Eric Charles <226720+echarles@users.noreply.github.com>
---------
Co-authored-by: Eric Charles <226720+echarles@users.noreply.github.com>
📢 **Upcoming JupyterCon 2025**: We'll be presenting Jupyter MCP Server at [JupyterCon 2025](https://jupytercon2025.sched.com/event/28H3z) on November 4! Join us to learn about ✨ AI-powered notebook interactions and the future of 🪐 Jupyter workflows.
> To confirm your environment is correctly configured:
122
+
> 1. Open a notebook in JupyterLab
123
+
> 2. Type some content in any cell (code or markdown)
124
+
> 3. Observe the tab indicator: you should see an "×" appear next to the notebook name, indicating unsaved changes
125
+
> 4. Wait a few seconds—the "×" should automatically change to a "●" without manually saving
126
+
>
127
+
> This automatic saving behavior confirms that the real-time collaboration features are working properly, which is essential for MCP server integration.
0 commit comments