1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-22 01:32: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 "collapsed": false
}, },
"outputs": [ "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", "name": "stdout",
"output_type": "stream", "output_type": "stream",

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 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.