[ 
https://issues.apache.org/jira/browse/BEAM-6557?focusedWorklogId=230768&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-230768
 ]

ASF GitHub Bot logged work on BEAM-6557:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Apr/19 16:22
            Start Date: 22/Apr/19 16:22
    Worklog Time Spent: 10m 
      Work Description: aaltay commented on pull request #7679: [BEAM-6557] 
Adds an interactive "Try Apache Beam" page
URL: https://github.com/apache/beam/pull/7679#discussion_r277342269
 
 

 ##########
 File path: website/build.gradle
 ##########
 @@ -83,6 +83,18 @@ task startDockerContainer(type: Exec) {
     "${->createDockerContainer.containerId()}" // Lazily evaluate containerId.
 }
 
+task setupDockerContainer(type: Exec) {
+  dependsOn startDockerContainer
+  ext.containerId = {
+    return startDockerContainer.containerId()
+  }
+
+  // Create the config to point to a GitHub or Colab blob in the repo, e.g. 
apache/beam/blob/master
 
 Review comment:
   Since this temporary file would always be created, do we need to the 
branch_repo config definition in _config.yml.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 230768)
    Time Spent: 4h 10m  (was: 4h)

> Add IPython notebooks for quickstarts and custom I/O
> ----------------------------------------------------
>
>                 Key: BEAM-6557
>                 URL: https://issues.apache.org/jira/browse/BEAM-6557
>             Project: Beam
>          Issue Type: Improvement
>          Components: website
>            Reporter: David Cavazos
>            Assignee: David Cavazos
>            Priority: Minor
>              Labels: triaged
>          Time Spent: 4h 10m
>  Remaining Estimate: 0h
>




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

Reply via email to