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?
 

0
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
1

请先登录再写评论。