Skip to content

Commit

Permalink
[ZEPPELIN-5383] add an example to the doc how to output plotly graphs
Browse files Browse the repository at this point in the history
### What is this PR for?

Add plotly example in python tutuorial note and also add plotly in zeppelin docker image so that user can play that in official zeppelin image.

### What type of PR is it?
[ Documentation ]

### Todos
* [ ] - Task

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-5383

### How should this be tested?
* Manually tested

### Screenshots (if appropriate)

![image](https://user-images.githubusercontent.com/164491/127760379-18bd018f-5f10-41ad-94f1-2642ec74b911.png)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Jeff Zhang <[email protected]>

Closes apache#4194 from zjffdu/ZEPPELIN-5383 and squashes the following commits:

e93322d [Jeff Zhang] [ZEPPELIN-5383] add an example to the doc how to output plotly graphs
  • Loading branch information
zjffdu committed Aug 3, 2021
1 parent 934e38a commit 470ba45
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 21 deletions.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions scripts/docker/zeppelin/bin/env_python_3_with_R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- intake-xarray
- altair
- vega_datasets
- plotly
- pip
- r-base=3
- r-data.table
Expand Down

0 comments on commit 470ba45

Please sign in to comment.