bind local (or network) files when running jupyter server

Hi! I'm a pycharm pro user utilizing a remote python interpreter through docker. Jupyter notebooks work great with the remote interpreter, I only have to add a `--ip 0.0.0.0`  argument to the jupyter server command line arguments setting.

I am curious if anyone has a working solution to binding local files or network paths when running the jupyter server. I can do this when running python scripts through the run configuration, but is there a way to control the docker settings launching the jupyter server?

Thanks!

1

Hi Anders Retzner !

Do bind mounts in docker with jupyter server work for you?

0

请先登录再写评论。