Gaussian process tutorial notebook not working on local machine
markustoivonen opened this issue · 1 comments
markustoivonen commented
Heya!
I tried to run the GP tutorial notebook on my local machine, but got the following error pop up:
NotJSONError('Notebook does not appear to be JSON: \'{\\n "cells": [\\n {\\n "cell_type": "m...')
The other notebooks in the directory work just fine. Tried to run the JSON through an online validator and it passed. Any ideas?
Thanks!
peterroelants commented
Thanks for flagging, it seemed like it was a bad escape character.
It should be fixed now.
…On Wed, 7 Apr 2021 at 15:14, Markus Toivonen ***@***.***> wrote:
Heya!
I tried to run the GP tutorial notebook on my local machine, but got the
following error:
NotJSONError('Notebook does not appear to be JSON: \'{\\n "cells": [\\n
{\\n "cell_type": "m...')
The other notebooks in the directory work just fine. Any ideas?
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#31>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHIGNK2XC6RPLSRZZIAYX3THRLC7ANCNFSM42QYUZUA>
.