Is it possible to have an interactive console when working with Jupyter notebooks? #8503
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I believe we have this feature request outlined in #3801, if you'd like to take a look, give a 👍, and add any additional details on your use case. In the meantime, you might try out using a Quarto file ( |
Beta Was this translation helpful? Give feedback.
-
Until this is supported, I can recommend the pypercent alternative approach (see the VSCode docs). In normal Python script files, you can create 'code cells' using |
Beta Was this translation helpful? Give feedback.
I believe we have this feature request outlined in #3801, if you'd like to take a look, give a 👍, and add any additional details on your use case.
In the meantime, you might try out using a Quarto file (
.qmd
) for your Python analyses together with the console. It sounds like you (like me) might be accustomed to that style of working, and that setup transitions very well to Python.