How configure a Dockerfile with Jupyter Notebook for Pycharm
已回答
Hello everyone,
I use docker for Machine Learning, but I don't get results in PyCharm to configured it.
My Docker initialize a Jupyter server which I can insert the link in PyCharm, but I wish to automatize this process as how to avoid having to put the server link every time and instead have it load automatically in PyCharm.
How can I do this?
And how do I configure a Dockerfile or is it another way?
请先登录再写评论。
Aandregalhardo did you try to set it up the Dockerfile to initialize the Jupyter server and then configure the Configure Jupyter Server from the list of the Jupyter servers on the Jupyter notebook toolbar? https://www.jetbrains.com/help/pycharm/configuring-jupyter-notebook.html#connect-to-a-jupyter-server
In case you have doubts about how to set it up the Dockerfile properly, there are some available tutorials online - https://towardsdatascience.com/how-to-run-jupyter-notebook-on-docker-7c9748ed209f