[ 
https://issues.apache.org/jira/browse/PIO-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16660015#comment-16660015
 ] 

ASF GitHub Bot commented on PIO-183:
------------------------------------

shimamoto commented on a change in pull request #481: [PIO-183] Add Jupyter 
Docker image
URL: https://github.com/apache/predictionio/pull/481#discussion_r227203281
 
 

 ##########
 File path: docker/JUPYTER.md
 ##########
 @@ -0,0 +1,167 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+Jupyter With PredictionIO
+=========================
+
+## Overview
+
+Using Jupyter based docker, you can use Jupyter Notebook with PredictionIO 
environment.
+It help your exploratory data analysis (EDA).
+
+
+## Run Jupyter Notebook
+
+First of all, start Jupyter container with PredictionIO environment:
+
+```
+docker-compose -f docker-compose.jupyter.yml \
+  -f pgsql/docker-compose.base.yml \
+  -f pgsql/docker-compose.meta.yml \
+  -f pgsql/docker-compose.event.yml \
+  -f pgsql/docker-compose.model.yml \
+  up
+```
+
+The above command prints a token to the console as below.
+
+```
+pio_1       |         http://(3aaf67361022 or 
127.0.0.1):8888/?token=e87a634b4ab7e2c8bcd86aea9def3eb48183c043eac86f3e
+```
+
+Open `http://127.0.0.1:8888/`, type the token, and then open a new terminal in 
Jupyter from `New` pulldown button.
+
+## Getting Started With Scala Based Template
 
 Review comment:
   This means that a user can use conventional templates in the notebook, right?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add Jupyter Docker image
> ------------------------
>
>                 Key: PIO-183
>                 URL: https://issues.apache.org/jira/browse/PIO-183
>             Project: PredictionIO
>          Issue Type: New Feature
>            Reporter: Shinsuke Sugaya
>            Assignee: Shinsuke Sugaya
>            Priority: Major
>
> For usage, see 
> [JUPYTER.md|https://github.com/marevol/predictionio/blob/jupyter/docker/JUPYTER.md].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to