How can I import my modules, which defined in notebook-dir path, from notebook located in sub-directories
PyCharm somehow open notebook files with such environment, that executing notebook from different sub directories will correctly import my module, located in root directory.
Is there a way to generate requirements.txt for the libraries that are imported in Jupyter notebook in Pycharm
I wanted to generate a requirements.txt for all the libraries that I imported in a project which ad two py files and one ipynb, but in Pycharm I could generate a requirement.txt for just py files and it is not generating the necessary library names for jupyter notebook.
Is there a way to generate requirements.txt for the libraries that are imported in Jupyter notebook in Pycharm
I wanted to generate a requirements.txt for all the libraries that I imported in a project which ad two py files and one ipynb, but in Pycharm I could generate a requirement.txt for just py files and it is not generating the necessary library names for jupyter notebook.
Pycharm keeps updating interpreter on Jupyter Notebook only
When I open any Jupyter notebook in Pycharm, at the bottom on the left there are two processes running: updating python interpreter and uploading pycharm helpers.
I use a remote interpreter, and before recently these processes ran one time when opening a notebook, now they run constantly and a window pops up every 3 seconds with connecting to server… which is very annoying.
This happens only when jupyter notebooks are open and dissapears when I open a .py file.
enter image description here