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

Not running properly on Ubuntu #2

Open
alphydan opened this issue Nov 14, 2017 · 2 comments
Open

Not running properly on Ubuntu #2

alphydan opened this issue Nov 14, 2017 · 2 comments

Comments

@alphydan
Copy link

When launching the notebook on Ubuntu, I get the error:

---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
/home/user/[...]/PythonSecrets/SecretCodes.ipynb in <module>()
     91   {
     92    "cell_type": "code",
---> 93    "execution_count": null,
     94    "metadata": {},
     95    "outputs": [],

NameError: name 'null' is not defined
@LeviBarnes
Copy link
Owner

Thanks for looking!
How did you run it? I did this:

git clone https://github.com/LeviBarnes/PythonSecrets
cd PythonSecrets
jupyter-notebook SecretCodes.ipynb

It started fine and pointing my browser to localhost:8888 pulled up the notebook. Also, I grep'ed for 'null' in SecretCodes.ipynb and didn't find it.

@LeviBarnes
Copy link
Owner

README has been updated to give clearer instructions.

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