J. Fernando Sánchez 7 years ago committed by GitHub
parent e362452736
commit f2a6bbc7ed

@ -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
}
}

@ -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.
Loading…
Cancel
Save