Skip to content

Commit a9646d0

Browse files
committed
revert README so this is a separate PR
1 parent 5ead400 commit a9646d0

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -61,23 +61,8 @@ name:scatter-with-regression
6161
package:ggplot
6262
```
6363

64-
If you are using Jupyter lab, these are available through the `Cell Tools` left sidebar menu:
65-
```
66-
{
67-
"tags": [
68-
"ex",
69-
"name:scatter-with-regression",
70-
"package:ggplot"
71-
]
72-
}
73-
```
74-
7564
`ex` identifies the cell as an example. The `name` tag corresponds to an item in the `names` dictionary in `render.py`. The `package` tag corresponds to a package in the `packages` dict in `render.py`.
7665

77-
The site layout current allows for ~46 characters in the code window. Please keep this in mind and wrap your code to avoid too much side scrolling.
78-
79-
At the moment, the code must return a png image into the output cell. To generate image files with `plotly`, using their server is currently the only way. Please see the [getting started page](https://plot.ly/python/getting-started/) for instructions on the `.credentials` file.
80-
81-
A Markdown comment can be added within triple quotes on the first line of the cell. (This currently doesn't work for `R` cells.)
66+
At the moment, the code must return a png image into the output cell. A Markdown comment can be added within triple quotes on the first line of the cell. (This currently doesn't work for `R` cells.)
8267

83-
You can render the images to `web/img/plots` by running `$ make`. Afterward, launch a local server (e.g. `python -m http.server`) from the `web` directory.
68+
You can render the images to `web/index.html` by running `$ make`.

0 commit comments

Comments
 (0)