Skip to content

Commit 709dc0b

Browse files
committed
edits to JupyterLab, link to JupyterLab guide, additional bullet points
1 parent ae5983d commit 709dc0b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

guide/02-api-overview/release-notes.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212
"metadata": {},
1313
"source": [
1414
"#### New\n",
15-
"* Updated the **[`Map Widget`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#mapview)** to use the **[ArcGIS API for Javascript 4x](https://developers.arcgis.com/javascript/)** release\n",
16-
" * Support for rendering `Web Scenes`\n",
17-
" * Full support for [`Jupyter Lab`](http://jupyterlab.readthedocs.io/en/stable/getting_started/overview.html)\n",
15+
"* Updated the **[`Map Widget`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#mapview)** to use the **[ArcGIS API for JavaScript 4x](https://developers.arcgis.com/javascript/)** release\n",
16+
" * Broader support for authorign and rendering `WebScenes`\n",
17+
" * Full support for [`JupyterLab`](http://jupyterlab.readthedocs.io/en/stable/getting_started/overview.html). See **[JupyterLab Guide](http://../using-the-jupyter-lab-environment)**.\n",
18+
" * Support for specfiying `autocast` JavaScript renderers from Python code\n",
19+
" * Support for exporting `Map Widgets` to standalone HTML pages\n",
20+
" * Support for using an external ArcGIS API for JavaScript CDN for disconnected environments\n",
21+
" * Miscellaneous bug fixes\n",
1822
"* Added the new **`Spatially Enabled Dataframe`** to eventually replace the [`SpatialDataFrame`()](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#spatialdataframe) class\n",
1923
" * New implementation: **Accessor-based** `spatial` namespace accessible as the `sdf` property on a Pandas dataframe\n",
2024
" * Improvements to rendering, projections and support for Arcade expressions\n",

0 commit comments

Comments
 (0)