We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mirrord doesn't seem to mirror network operations when using it through vscode inside a jupyter notebook.
to reproduce save the following json as XXX.ipynb, and open it with vscode and debug the cell using the dropdown menu
XXX.ipynb
i am getting my ip, instead of the one of my cluster
{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "import requests\n", "ip = requests.get(\"https://checkip.amazonaws.com\").text.strip()\n", "print(ip)" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3.8.7 ('.venv': poetry)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.7" }, "orig_nbformat": 4, "vscode": { "interpreter": { "hash": "5e06dea6d00be0c404d7d97cc88274261dff12025f3151a0ade91cb9e1d96187" } } }, "nbformat": 4, "nbformat_minor": 2 }
No response
Macos 13.0.1
python cell through vscode jupyter
The text was updated successfully, but these errors were encountered:
Unfortunately can't be solved because of VS Code limitation.
Sorry, something went wrong.
@aviramha can you elaborate? Let's open an issue for vscode? Or is there already a relevant one?
My bad, there might be more exploration that can be done (I see there's quite a lot of 'onX' extension points we might be able to use.
No branches or pull requests
Bug Description
Mirrord doesn't seem to mirror network operations when using it through vscode inside a jupyter notebook.
Steps to Reproduce
to reproduce save the following json as
XXX.ipynb
, and open it with vscode and debug the cell using the dropdown menui am getting my ip, instead of the one of my cluster
Backtrace
No response
Relevant Logs
No response
Your operating system and version
Macos 13.0.1
Local process
python cell through vscode jupyter
Local process version
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered: