{"id":988,"date":"2019-09-30T00:00:00","date_gmt":"2019-09-30T00:00:00","guid":{"rendered":""},"modified":"2025-06-25T20:37:10","modified_gmt":"2025-06-26T03:37:10","slug":"analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/","title":{"rendered":"Built-in Jupyter notebooks in Azure Cosmos DB are now available"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Earlier this year, we announced a preview of <a href=\"https:\/\/azure.microsoft.com\/blog\/planet-scale-operational-analytics-and-ai-with-azure-cosmos-db\/\" target=\"_blank\" rel=\"noopener\">built-in Jupyter notebooks<\/a> for Azure Cosmos DB. These notebooks, running inside Azure Cosmos DB, are now available.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/c6dfa7fa-b1e6-47bd-b59e-5c9285fefefb.webp\" alt=\"Overview of built-in Jupyter notebooks in Azure Cosmos DB.\" style=\"border-radius:0px\" title=\"\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Cosmic notebooks are available for all <a href=\"https:\/\/docs.microsoft.com\/azure\/cosmos-db\/introduction#develop-applications-on-cosmos-db-using-popular-open-source-software-oss-apis\" target=\"_blank\" rel=\"noopener\">data models and APIs<\/a> including Cassandra, MongoDB, SQL (Core), Gremlin, and Spark to enhance the developer experience in Azure Cosmos DB. These notebooks are directly integrated into the Azure Portal and your Cosmos accounts, making them convenient and easy to use. Developers, data scientists, engineers and analysts can use the familiar Jupyter notebooks experience to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Interactively run queries<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Explore and analyze data<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Visualize data<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Build, train, and run machine learning and AI models<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In this blog post, we\u2019ll explore how notebooks make it easy for you to work with and visualize your Azure Cosmos DB data.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"easily-query-your-data\">Easily query your data<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">With notebooks, we\u2019ve included built-in commands to make it easy to query your data for ad-hoc or exploratory analysis. From the Portal, you can use the %%sql magic command to run a <a href=\"https:\/\/docs.microsoft.com\/azure\/cosmos-db\/sql-query-getting-started\" target=\"_blank\" rel=\"noopener\">SQL query<\/a> against any container in your account, no configuration needed. The results are returned immediately in the notebook.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/8aca4f79-199b-4181-bbd1-5224d1b0f9a1.webp\" alt=\"SQL query using built-in Azure Cosmos DB notebook magic command.\" style=\"border-radius:0px\" title=\"\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"improved-developer-productivity\">Improved developer productivity<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">We\u2019ve also bundled in version 4 of our <a href=\"https:\/\/github.com\/Azure\/azure-sdk-for-python\/tree\/master\/sdk\/cosmos\/azure-cosmos\" target=\"_blank\" rel=\"noopener\">Azure Cosmos DB Python SDK for SQL API<\/a>, which has our latest performance and usability improvements. The SDK can be used directly from notebooks without having to install any packages. You can perform any SDK operation including creating new databases, containers, importing data, and more.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/420e9f89-21b8-4639-8793-30e401846a02.webp\" alt=\"Create new database and container with built-in Python SDK in notebook.\" style=\"border-radius:0px\" title=\"\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"visualize-your-data\">Visualize your data<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Azure Cosmos DB notebooks comes with a built-in set of packages, including <a href=\"https:\/\/pandas.pydata.org\/\">Pandas<\/a>, a popular Python data analysis library, <a href=\"https:\/\/matplotlib.org\/\">Matplotlib<\/a>, a Python plotting library, and more. You can customize your environment by installing any package you need.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/f6d39d67-9315-4aeb-883d-87f45cdc2cae.webp\" alt=\"Install custom package using pip install.\" style=\"border-radius:0px\" title=\"cosmos-notebooks-install-package\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">For example, to build interactive visualizations, we can install <a href=\"https:\/\/bokeh.pydata.org\/en\/latest\/index.html\">bokeh<\/a> and use it to build an interactive chart of our data.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/a053d034-ea67-44c6-95e7-5f3dfb9f6b6a.webp\" alt=\"Histogram of data stored in Azure Cosmos DB, showing users who viewed, added, and purchased an item.\" style=\"border-radius:0px\" title=\"\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Users with <a href=\"https:\/\/docs.microsoft.com\/azure\/cosmos-db\/geospatial\" target=\"_blank\" rel=\"noopener\">geospatial data<\/a> in Azure Cosmos DB can also use the built-in <a href=\"https:\/\/geopandas.org\/\" target=\"_blank\" rel=\"noopener\">GeoPandas<\/a> library, along with their visualization library of choice to more easily visualize their data.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><figure><img loading=\"lazy\" decoding=\"async\" title=\"\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/765cb1c4-2f69-4df8-8897-ddeb5f1f03dc.webp\" alt=\"Choropleth world map of data stored in Azure Cosmos DB, showing revenue by country.\" width=\"1531\" height=\"804\"><\/figure><\/h2>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"getting-started\">Getting started<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Follow our <a href=\"https:\/\/aka.ms\/cosmos-enable-notebooks\" target=\"_blank\" rel=\"noopener\">documentation<\/a> to create a new Cosmos account with notebooks enabled or enable notebooks on an existing account. <figure><img loading=\"lazy\" decoding=\"async\" title=\"\" width=\"2111\" height=\"935\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/0af9922b-b78f-45dd-8f0c-b3a51bf6b605.webp\" alt=\"Create account with notebooks or enable notebooks on existing account in Azure portal.\"><\/figure><\/li>\n\n\n\n<li class=\"wp-block-list-item\">Start with one of the notebooks included in the sample gallery in <a href=\"https:\/\/cosmos.azure.com\/\" target=\"_blank\" rel=\"noopener\">Azure Cosmos Explorer<\/a> or Data Explorer.<figure><img loading=\"lazy\" decoding=\"async\" title=\"\" width=\"2555\" height=\"1148\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/71b5fa38-f9a5-417a-af26-787d41062b33.webp\" alt=\"Azure Cosmos DB notebooks sample gallery.\"><\/figure><\/li>\n\n\n\n<li class=\"wp-block-list-item\">Share your favorite notebooks with the community by sending them to the <a href=\"https:\/\/github.com\/Azure-Samples\/cosmos-notebooks\" target=\"_blank\" rel=\"noopener\">Azure Cosmos DB notebooks GitHub repo<\/a>.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Tag your notebooks with <a href=\"https:\/\/twitter.com\/search?q=%23cosmosdb\" target=\"_blank\" rel=\"noopener\">#CosmosDB<\/a>, <a href=\"https:\/\/twitter.com\/search?q=%23CosmicNotebooks\" target=\"_blank\" rel=\"noopener\">#CosmicNotebooks<\/a>, <a href=\"https:\/\/twitter.com\/search?q=%23PoweredByCosmos\" target=\"_blank\" rel=\"noopener\">#PoweredByCosmos<\/a> on social media. We will feature the best and most popular Cosmic notebooks globally!<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Stay up-to-date on the latest Azure <a href=\"https:\/\/twitter.com\/search?q=%23cosmosdb\" target=\"_blank\" rel=\"noopener\">#CosmosDB<\/a> news and features by following us on <a href=\"https:\/\/twitter.com\/azurecosmosdb\" target=\"_blank\" rel=\"noopener\">Twitter<\/a> or <a href=\"https:\/\/www.linkedin.com\/feed\/hashtag\/?keywords=%23CosmosDB\" target=\"_blank\" rel=\"noopener\">LinkedIn<\/a>. We\u2019d love to hear your feedback and see your best notebooks built with Azure Cosmos DB!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Built-in Jupyter notebooks for Azure Cosmos DB are now publicly available. Developers, data scientists, engineers and analysts can use the familiar Jupyter notebooks experience to interactively run queries, explore and analyze data, visualize data &amp; build, train, and run machine learning and AI models.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1474,1473,1485],"tags":[],"audience":[3057,3055,3056],"content-type":[],"product":[1538,1522],"tech-community":[],"topic":[],"coauthors":[421],"class_list":["post-988","post","type-post","status-publish","format-standard","hentry","category-analytics","category-databases","category-internet-of-things","audience-data-professionals","audience-developers","audience-it-implementors","product-azure-cosmos-db","product-azure-data-explorer","review-flag-4-1680286581-250","review-flag-machi-1680286585-314","review-flag-new-1680286579-546"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Built-in Jupyter notebooks in Azure Cosmos DB are now available | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Built-in Jupyter notebooks for Azure Cosmos DB are now publicly available. Developers, data scientists, engineers and analysts can use the familiar Jupyter notebooks experience to interactively run queries, explore and analyze data, visualize data &amp; build, train, and run machine learning and AI models.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Built-in Jupyter notebooks in Azure Cosmos DB are now available | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Built-in Jupyter notebooks for Azure Cosmos DB are now publicly available. Developers, data scientists, engineers and analysts can use the familiar Jupyter notebooks experience to interactively run queries, explore and analyze data, visualize data &amp; build, train, and run machine learning and AI models.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2019-09-30T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-26T03:37:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/c6dfa7fa-b1e6-47bd-b59e-5c9285fefefb.webp\" \/>\n<meta name=\"author\" content=\"Deborah Chen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Deborah Chen\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/deborah-chen\/\",\"@type\":\"Person\",\"@name\":\"Deborah Chen\"}],\"headline\":\"Built-in Jupyter notebooks in Azure Cosmos DB are now available\",\"datePublished\":\"2019-09-30T00:00:00+00:00\",\"dateModified\":\"2025-06-26T03:37:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/\"},\"wordCount\":451,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/c6dfa7fa-b1e6-47bd-b59e-5c9285fefefb.webp\",\"articleSection\":[\"Analytics\",\"Databases\",\"Internet of things\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/\",\"name\":\"Built-in Jupyter notebooks in Azure Cosmos DB are now available | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/c6dfa7fa-b1e6-47bd-b59e-5c9285fefefb.webp\",\"datePublished\":\"2019-09-30T00:00:00+00:00\",\"dateModified\":\"2025-06-26T03:37:10+00:00\",\"description\":\"Built-in Jupyter notebooks for Azure Cosmos DB are now publicly available. Developers, data scientists, engineers and analysts can use the familiar Jupyter notebooks experience to interactively run queries, explore and analyze data, visualize data &amp; build, train, and run machine learning and AI models.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/c6dfa7fa-b1e6-47bd-b59e-5c9285fefefb.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/c6dfa7fa-b1e6-47bd-b59e-5c9285fefefb.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Analytics\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/analytics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Built-in Jupyter notebooks in Azure Cosmos DB are now available\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Built-in Jupyter notebooks in Azure Cosmos DB are now available | Microsoft Azure Blog","description":"Built-in Jupyter notebooks for Azure Cosmos DB are now publicly available. Developers, data scientists, engineers and analysts can use the familiar Jupyter notebooks experience to interactively run queries, explore and analyze data, visualize data &amp; build, train, and run machine learning and AI models.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/","og_locale":"en_US","og_type":"article","og_title":"Built-in Jupyter notebooks in Azure Cosmos DB are now available | Microsoft Azure Blog","og_description":"Built-in Jupyter notebooks for Azure Cosmos DB are now publicly available. Developers, data scientists, engineers and analysts can use the familiar Jupyter notebooks experience to interactively run queries, explore and analyze data, visualize data &amp; build, train, and run machine learning and AI models.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2019-09-30T00:00:00+00:00","article_modified_time":"2025-06-26T03:37:10+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/c6dfa7fa-b1e6-47bd-b59e-5c9285fefefb.webp","type":"","width":"","height":""}],"author":"Deborah Chen","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Deborah Chen","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/deborah-chen\/","@type":"Person","@name":"Deborah Chen"}],"headline":"Built-in Jupyter notebooks in Azure Cosmos DB are now available","datePublished":"2019-09-30T00:00:00+00:00","dateModified":"2025-06-26T03:37:10+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/"},"wordCount":451,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/c6dfa7fa-b1e6-47bd-b59e-5c9285fefefb.webp","articleSection":["Analytics","Databases","Internet of things"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/","name":"Built-in Jupyter notebooks in Azure Cosmos DB are now available | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/c6dfa7fa-b1e6-47bd-b59e-5c9285fefefb.webp","datePublished":"2019-09-30T00:00:00+00:00","dateModified":"2025-06-26T03:37:10+00:00","description":"Built-in Jupyter notebooks for Azure Cosmos DB are now publicly available. Developers, data scientists, engineers and analysts can use the familiar Jupyter notebooks experience to interactively run queries, explore and analyze data, visualize data &amp; build, train, and run machine learning and AI models.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/c6dfa7fa-b1e6-47bd-b59e-5c9285fefefb.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/09\/c6dfa7fa-b1e6-47bd-b59e-5c9285fefefb.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/analyze-and-visualize-your-data-with-azure-cosmos-db-notebooks\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Analytics","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/analytics\/"},{"@type":"ListItem","position":3,"name":"Built-in Jupyter notebooks in Azure Cosmos DB are now available"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/988","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=988"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/988\/revisions"}],"predecessor-version":[{"id":43603,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/988\/revisions\/43603"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=988"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=988"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=988"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=988"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=988"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=988"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=988"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=988"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=988"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}