-
Notifications
You must be signed in to change notification settings - Fork 180
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
docs: add JupyterLab integration docs #1147
Conversation
2169b1e
to
2d5c6a1
Compare
I always preferred manually specifying my kernels with Manually creating a {
"argv": [
"pixi", "run", "--manifest-path", "~/pixi/envs/dev312",
"python", "-m", "ipykernel_launcher",
"-f", "{connection_file}"
],
"display_name": "dev312",
"language": "python",
"env": {
"A_VARIABLE": "true",
},
"metadata": {
"debugger": true
}
} |
docs/ide_integration/jupyterlab.md
Outdated
|
||
This will start JupyterLab and open it in your browser. | ||
|
||
![JupyterLab launcher screen showing Pixi Kernel](https://raw.githubusercontent.com/renan-r-santos/pixi-kernel/main/assets/launch-light.png#only-light) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice that you already add this!
I'm converting this to a draft for now. I released a new version of |
6f6c0ce
to
8f48ccc
Compare
@ruben-arts @wolfv I believe this is ready for another pass. |
Thanks @renan-r-santos! |
What do you guys think about the Binder link? My idea was to help people who want to do a quick test of using Pixi + JupyterLab before adopting it.