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 条评论
排序方式
日期
投票数
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
请先登录再写评论。