my submission failed.
Could you please help me with it&
@shivam I follow this instruction: https://knowledgebase.aridhia.io/article/installing-anaconda-and-running-jupyter-notebooks-on-the-virtual-machine/ And install conda in /opt
Hello @ieghor_borisov
Can you share the outputs of the following commands?
jupyter-lab list
jupyter-notebook list
Hello @ieghor_borisov
Can you do the following and let us know if it worked?
- Close the existing jupyter lab servers by going to the terminal from which they were started and pressing
ctrl + c
key combination. - Run
rm -rf $(jupyter --runtime)/*
in your terminal. - Start jupyter lab again and try submitting the notebook.
It looks like your jupyter lab’s runtime directory is corrupted. This generally happens when the jupyter lab server doesn’t exit properly (for example force closing the terminal without stopping the server by pressing ctrl+c
)
1 Like