Skip to content

Commit 447e44f

Browse files
RobRob
Rob
authored and
Rob
committed
2 parents 25759ac + 7fdda0c commit 447e44f

31 files changed

+20913
-11780
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
# JupyterNotebooks
2-
This will hold the Jupyter Notebooks and work with Binder
31

4-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/SQLDBAWithABeard/JupyterNotebooks/master?urlpath=lab)
5-
6-
This repo holds the Azure Data Studio and .NET interactive notebooks
2+
This repo holds both Azure Data Studio and .NET interactive notebooks
73

84
There are a number of notebooks in this repository split into two types
95

106
## Jupyter .NET interactive Notebooks
117

128
These can be found in the [following folder](notebooks/dotNETNotebooks). To run these notebooks will require installing Anaconda, dotnet interactive following the instructions at https://sqldbawithabeard.com/2020/02/07/new-net-notebooks-are-here-powershell-7-notebooks-are-here/
139

14-
They are all dotnet PowerShell Notebooks
10+
They are all dotnet PowerShell Notebooks with one that shows using C# and Pwsh in the same notebook
1511

1612
There are notebooks to explore dbatools making use of some docker containers
1713

@@ -47,3 +43,9 @@ There are SQL and PowerShell notebooks split into various directories
4743
- [Query Store](https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/NotDotNet/Query%20Store)
4844
- [SSIS](https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/NotDotNet/SSIS)
4945
- [Statistics](https://github.com/SQLDBAWithABeard/JupyterNotebooks/tree/master/notebooks/NotDotNet/Statistics)
46+
47+
48+
# JupyterNotebooks
49+
This will hold the Jupyter Notebooks and work with Binder
50+
51+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/SQLDBAWithABeard/JupyterNotebooks/master?urlpath=lab)

notebooks/NotDotNet/Agent/AGENT - Agent Jobs and schedules to Excel.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"\r\n",
2222
"This Notebook will connect to an instance and create a colour coded excel sheet of the Agent Jobs showing\r\n",
2323
"\r\n",
24-
"- last run time\r\n",
24+
"- last run time \r\n",
2525
"- outcome\r\n",
2626
"- on success and on failure actions of each step \r\n",
2727
"- last duration\r\n",

notebooks/dotNETNotebooks/ForBob/Jobs but it wont work for you.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@
143143
},
144144
"outputs": [
145145
{
146+
"output_type": "stream",
146147
"name": "stdout",
147-
"text": "\nId Name PSJobTypeName State HasMoreData Location Command \n-- ---- ------------- ----- ----------- -------- ------- \n19 Jobb BackgroundJob Running True localhost Write-Output 'I am a j...\nI am a job\nI am further in\nI have finished\n\n\n",
148-
"output_type": "stream"
148+
"text": "\nId Name PSJobTypeName State HasMoreData Location Command \n-- ---- ------------- ----- ----------- -------- ------- \n19 Jobb BackgroundJob Running True localhost Write-Output 'I am a j...\nI am a job\nI am further in\nI have finished\n\n\n"
149149
}
150150
],
151151
"execution_count": 13
@@ -228,9 +228,9 @@
228228
},
229229
"outputs": [
230230
{
231+
"output_type": "stream",
231232
"name": "stdout",
232-
"text": "",
233-
"output_type": "stream"
233+
"text": ""
234234
}
235235
],
236236
"execution_count": 11

notebooks/dotNETNotebooks/PowerShell 7/Untitled.ipynb renamed to notebooks/dotNETNotebooks/HowDoIGetDotNetInteractive.ipynb

+9-17
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,17 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Here is a sample notebook"
8-
]
9-
},
10-
{
11-
"cell_type": "markdown",
12-
"metadata": {},
13-
"source": [
14-
"In here we can write instructions"
15-
]
16-
},
17-
{
18-
"cell_type": "markdown",
19-
"metadata": {},
20-
"source": [
21-
"You can find this at this blog post by the wonderful Tobias Weltner\n",
7+
"# How do I get .Net Interactive ?\n",
8+
"\n",
9+
"It's quite easy to do. It will take you a few minutes.\n",
10+
"\n",
11+
"Go to this link \n",
12+
"\n",
13+
"https://devblogs.microsoft.com/dotnet/net-interactive-is-here-net-notebooks-preview-2/\n",
2214
"\n",
23-
"![image](https://mvp.microsoft.com/en-us/PublicProfile/Photo/9199)\n",
15+
"and follow the instructions carefully\n",
2416
"\n",
25-
"http://powershell.one/tricks/parsing/excel"
17+
"See you soon :-)"
2618
]
2719
},
2820
{

0 commit comments

Comments
 (0)