Unreadable Notebook

Hi– I’m trying to run an imported notebook that I know runs without a problem on my personal machine. I received the following error:

Unreadable Notebook: /home/jovyan/run_pysersic_DJAgals_SersicFit.ipynb NotJSONError(‘Notebook does not appear to be JSON: \’{\\n “cells”: [\\n {\\n “cell_type”: "c…')

Do you know how to fix this?

Thanks!

That error is suggesting the file is not formatted correctly. It likely got edited while being transferred?

Can you copy the file to /shared-storage/users/kewhalen so we can check it?

Yes– just copied it

Thank you!

That file opened without an issue. A few cells run., but I cannot run it fully because it requires other files (*f444w*sci.fits and DJA_ePSFs.fits).
Does the issue persist when you start a new session?

Strange, it also just ran fine for me. I wonder what threw that error when it was in my folder. Thanks!

Glad it worked now.

Just note that files under /shared-storage are writable by everyone (see the storage section in the docs). You may want to move it back to your home directory. Please report back if you see the error again.

1 Like