-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
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
auto-install python and jupyter extension in vscode? #343
Comments
Hello @sonichi
will this work ? |
This will install jupyter in the python environment but not the extension in vscode. I guessed the OP's question is about the extension, but I'm not sure. |
Hi Guys, I read #367. @Gourav2609 would like python dependencies in codespaces. I created a PR for it:#367 |
Can we say it like we give them recommendation to install the following extensions....
|
After exploring the repo some more, it seems that I'm changing my PR to a clean-up PR . |
Yes, my original workflow was: Click the green Code button in Github -> Create a Codespace -> Open an example notebook The user then needs to select a kernel, and is prompted to install python/jupyter. I opened PR #433 which modifies the devcontainer.json to include python/jupyter. |
Thanks @craigomatic |
Closing this issue due to inactivity. If you have further questions, please open a new issue or join the discussion in AutoGen Discord server: https://discord.com/invite/Yb5gwGVkE5 |
* Add cookbook for openai assistant agent. Reformat * update index * add requests * type requests
One minor annoyance is that in order to run the notebooks, I still needed to manually install python and jupyter. Perhaps a future PR could update devcontainer.json to take care of this?
Originally posted by @craigomatic in #180 (comment)
The text was updated successfully, but these errors were encountered: