Configurate Jupyter with docker image as an interpreter
hey all,
I tring to run a notebook with jupyter that is installed on docker as virtual-env

The command in docker file:

Is it possible?
1 comment
Sort by
Date
Votes
Hi, I belive the best option is to run the Jupyter server in the container separately, and use PyCharm's [remote Jupyter connection](https://www.jetbrains.com/help/dataspell/creating-and-managing-projects.html#remote) for this
Please sign in to leave a comment.