[
https://issues.apache.org/jira/browse/BEAM-7923?focusedWorklogId=419549&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-419549
]
ASF GitHub Bot logged work on BEAM-7923:
----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Apr/20 16:59
Start Date: 09/Apr/20 16:59
Worklog Time Spent: 10m
Work Description: KevinGG commented on pull request #11338: [BEAM-7923]
Screendiff Integration Tests
URL: https://github.com/apache/beam/pull/11338#discussion_r406345320
##########
File path: sdks/python/setup.py
##########
@@ -220,8 +220,21 @@ def get_version():
INTERACTIVE_BEAM = [
'facets-overview>=1.0.0,<2',
'ipython>=5.8.0,<8',
+ 'ipykernel>=5.2.0,<6',
Review comment:
It's also part of the Jupyter notebook setup dependency, see the
[readme](https://github.com/apache/beam/tree/master/sdks/python/apache_beam/runners/interactive).
We didn't put `jupyterlab` nor `ipykernel` in `[interactive]` because we
wanted to keep the dependency minimal sized. Since now we may need `ipykernel`
in the virtual env setup, add it to `[interactive]` because it's where it
should go.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 419549)
Time Spent: 16.5h (was: 16h 20m)
> Interactive Beam
> ----------------
>
> Key: BEAM-7923
> URL: https://issues.apache.org/jira/browse/BEAM-7923
> Project: Beam
> Issue Type: New Feature
> Components: runner-py-interactive
> Reporter: Ning Kang
> Assignee: Ning Kang
> Priority: Major
> Time Spent: 16.5h
> Remaining Estimate: 0h
>
> This is the top level ticket for all efforts leveraging [interactive
> Beam|[https://github.com/apache/beam/tree/master/sdks/python/apache_beam/runners/interactive]]
> As the development goes, blocking tickets will be added to this one.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)