If you are asking for help, try to provide information that can help us solve your issue, such as :
what did you try: I have tried this tutorial, [tutorial] Jupyter notebook. I have copied all the data which is required in a folder on my desktop. I navigate to the folder before I run the command “sbatch launchJupyter.sh”
what didn’t work: It worked smoothly for all the steps but the Jupyter Notebook didn’t open up as instructed in the last step (I have also attached the screenshot of the terminal and firefox.
what was the error message: Firefox can’t establish a connection to the server at localhost:1234.
Thank you for the reply and suggestion. Yes, it was the same issue which you mentioned. I checked that as well and the jupyter notebook opened. But When I run the code it again shows me some errors. Which I am sharing here as screenshots. It seems like the numpy.core is not loaded. I followed all the steps which are required to load numpy from Sci package. It will be great if you can help me to resolve this issue.
Hi @Sohaib.Qazi it seems you tried to use Jupyternotebook from Anaconda and loaded Scipy-Bundle for another Python version which isn’t possible. I’m installing JupyterLab which should solve this issue I’ll let you know once done.
Thank you @Yann.Sagon for the installation. I have checked this and the algorithm is working now. But it is without GPUs and the algorithm is taking much time. Is it possible to have Tensor flow with GPU ?