Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NotJSONError in wordvectors.ipynb #152

Open
markdyousef opened this issue Aug 27, 2017 · 1 comment
Open

NotJSONError in wordvectors.ipynb #152

markdyousef opened this issue Aug 27, 2017 · 1 comment

Comments

@markdyousef
Copy link

When trying to open the wordvectors notebook I receive the following:

Unreadable Notebook: /home/mark/projects/fastai/courses/deeplearning1/nbs/wordvectors.ipynb NotJSONError('Notebook does not appear to be JSON: \'{\\n "cells": [\\n {\\n "cell_type": "c...',)

@hiromis
Copy link
Contributor

hiromis commented Sep 8, 2017

There is a new line character between line 52 and 53. So you can fix it by opening the file with vi (or any kind of text editing tool) and changing from:

Line 52: "This section shows how we processed the original glove text files. However, there's no need for you to do this, since we provide the [pre-
Line 53: processed glove data](files.fast.ai/models/glove)."

to

Line 52: "This section shows how we processed the original glove text files. However, there's no need for you to do this, since we provide the [pre-processed glove data](files.fast.ai/models/glove)."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants