nipy / mindboggle

Automated anatomical brain label/shape analysis software (+ website)
http://mindboggle.info
Other
143 stars 54 forks source link

Unreadable Notebook - NotJSONError #181

Closed kalemaria closed 5 years ago

kalemaria commented 5 years ago

I reloaded the tutorial as currently described [here] (https://mindboggle.readthedocs.io/en/latest/#tutorial):

docker run --rm -ti -v $HOST:/home/jovyan/work -p 8888:8888 nipy/mindboggle jupyter notebook /opt/mindboggle/docs/mindboggle_tutorial.ipynb --ip=0.0.0.0 --allow-root

But when I click on “mindboggle_tutorial.ipynb” and it opens in the next tab, the following error comes:

Unreadable Notebook: /opt/mindboggle/docs/mindboggle_tutorial.ipynb NotJSONError('Notebook does not appear to be JSON: ‘{\n “cells”: [\n {\n “cell_type”: "m…’,)

Does anyone have the same problem?

binarybottle commented 5 years ago

A typo! Let me fix that right away!...

binarybottle commented 5 years ago

Fixed! (Missed one '"'!)

Please either docker pull nipy/mindboggle again.

So sorry for the inconvenience!

kalemaria commented 5 years ago

Cool, the error is gone, thanks!

binarybottle commented 5 years ago

My pleasure! Thank you again for the alert!