From 521fc6270878e3df71308fc632136c8777b0cac3 Mon Sep 17 00:00:00 2001 From: Aaron Nelson Date: Mon, 22 Jul 2019 14:35:07 -0400 Subject: [PATCH] Updating Logo Source Path (#6436) The logo file doesn't show inside my notebook unless I add `blob/master/` within the path. The path which works on my machine is: `https://github.com/Microsoft/azuredatastudio/blob/master/samples/notebookSamples/Graphics/AzureDataStudioLogo.png?raw=true` --- samples/notebookSamples/SampleTSQLNotebook.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/notebookSamples/SampleTSQLNotebook.ipynb b/samples/notebookSamples/SampleTSQLNotebook.ipynb index db084856bd..b59cca9682 100644 --- a/samples/notebookSamples/SampleTSQLNotebook.ipynb +++ b/samples/notebookSamples/SampleTSQLNotebook.ipynb @@ -15,7 +15,7 @@ "cells": [ { "cell_type": "markdown", - "source": "\r\n\r\n## SQL Notebooks in Azure Data Studio\r\n\r\nNotebooks allow rich text, images, code, and resultsets to be easily shared. This is a concept that is widely used in data science and which we feel is well suited to SQL work. \r\n", + "source": "\r\n\r\n## SQL Notebooks in Azure Data Studio\r\n\r\nNotebooks allow rich text, images, code, and resultsets to be easily shared. This is a concept that is widely used in data science and which we feel is well suited to SQL work. \r\n", "metadata": {} }, { @@ -257,4 +257,4 @@ "execution_count": 1 } ] -} \ No newline at end of file +}