Does Positron not play well with Jupyter notebooks? #5922
-
This may be more Python ignorance on my part (see #4588), but I'm wondering if there is something under the hood that makes Positron not play well with Jupyter notebooks? Jupyter notebooks are not my favorite, but I have students who use them with Positron and we have started running into some issues. To start with, I'm trying to import libraries in a code cell at the beginning of a Jupyter notebook:
And I'm consistently running into a Any insight or suggestions are welcome! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We definitely intend that Jupyter notebooks work great in Positron, and appreciate any reports of them not doing so! Can you make sure that the kernel the notebook thinks it is using is the same one that you have running in the console? You'll want to click "Select Kernel" here: Then choose "Python Environments..." and then choose the specific Python you want to be using. If you can share any screenshots showing specifics (for example, showing that you are using a specific Python environment that really does have these packages installed), that would be really helpful. |
Beta Was this translation helpful? Give feedback.
We definitely intend that Jupyter notebooks work great in Positron, and appreciate any reports of them not doing so!
Can you make sure that the kernel the notebook thinks it is using is the same one that you have running in the console? You'll want to click "Select Kernel" here:
Then choose "Python Environments..." and then choose the specific Python you want to be using.
If you can share any screenshots showing specifics (for example, showing that you are using a specific Python environment that really does have these packages installed), that would be really helpful.