1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-21 09:12:29 +00:00
This commit is contained in:
J. Fernando Sánchez 2017-04-20 13:20:52 +02:00 committed by GitHub
parent e362452736
commit f2a6bbc7ed
2 changed files with 9 additions and 2 deletions

View File

@ -79,6 +79,13 @@
"collapsed": false
},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Downloading dataset from http://people.csail.mit.edu/jrennie/20Newsgroups/20news-bydate.tar.gz (14 MB)\n"
]
},
{
"name": "stdout",
"output_type": "stream",
@ -436,4 +443,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

View File

@ -9,4 +9,4 @@ Run jupyter either through the `jupyter notebook` command, or with docker:
docker run -v $PWD/:/home/jovyan/work/ -p 8888:8888 jupyter/scipy-notebook
```
Visit the URL you'll get, or copy the code.
Visit the URL you'll get, or copy the token to access the notebook.