ritika26
(ritika)
November 12, 2018, 5:51am
1
After updating fastai library all dl1 notebooks are truncated. “Notebook failed to load. The error was: “[sprintf] expecting number but found string” See error console for details.”
1 Like
clovett
(Chris Lovett)
May 15, 2019, 10:11pm
2
Try “conda upgrade notebook”. When I moved to version 5.7 I no longer get that error.
ste
(Stefano Giomo)
May 16, 2019, 7:09am
3
I’ve got the very same error in swift notebooks on docker.
See “caveats” I found the solution in old @stas post:
[image]
INSTALL
Install nvidia docker from nvidia website: https://github.com/NVIDIA/nvidia-docker .
NOTE: be sure to see the result of nvidia smi on test container after install.
Clone https://github.com/google/swift-jupyter and build nvidia docker image
git clone https://github.com/google/swift-jupyter.git
cd swift-jupyter
# from inside the directory of this repository
docker build -f docker/Dockerfile -t swift-jupyter .
Launch docker daemon:
sudo systemctl start docker
RUN
T…