UPDATE
I ended up just changing the erroring double quotes by hand, tedious, BUT EFFECTIVE
ORIGINAL MESSAGE
Hi,
I know that several people have asked this before, but I haven’t managed to fix my notebook with those tips (convert to HTML, re-format JSON etc).
As far as I can see, my notebook starts erroring out on this kind of thing;
{
“cell_type”: “code”,
“execution_count”: 6,
“metadata”: {},
“outputs”: [],
“source”: [
---->>>>> “values = pd.read_sql(con=“postgresql://postgres:@localhost/ass-dev”, sql=“value”)”
]
},
Because the string closes out when the double quotes start at con=… I know that a simple solution would be to just change the second string to use single quotes, but I have this type of problem throughout my whole notebook
I’ve added a gist here to look closer at; https://gist.github.com/webel/73435e13e97118d7d1128bf9f12b1e1d
I’d be very grateful for assistance.
Best, V