Paperspace Setup

I am currently using a paperspace setup with the fast.ai public template and an Ubuntu machine.
When I log into the notebook I am getting the following error:

[sprintf] expecting number but found string

See the error console for details.

There is a separate topic topic on this problem called “Truncated Notebooks”, but I could not find any help there. It would be useful if anybody would suggest how to get past this problem?

Thank You,
Abhijith

1 Like

Update:
I solved this problem by following all the steps from the topic “Truncated Notebooks”.
If you get a connection problem when running the command jupyter notebook, then run the following command:
jupyter-notebook --no-browser --ip=0.0.0.0 --port=8888
Thanks,