mirror of
https://github.com/balkian/gists.git
synced 2024-11-22 01:32:29 +00:00
This commit is contained in:
parent
e362452736
commit
f2a6bbc7ed
@ -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",
|
||||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user