You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"# Cleaning up the containers and directories and files\n",
21
-
"\n",
22
-
"The code below will clean up the files that have been created and remove the docker containers but not the image so that you can run this notebook again without having to download the image again"
"text": "CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES\r\n",
188
-
"output_type": "stream"
15
+
"nbformat_minor": 2,
16
+
"nbformat": 4,
17
+
"cells": [
18
+
{
19
+
"cell_type": "markdown",
20
+
"source": [
21
+
"# Cleaning up the containers and directories and files\n",
22
+
"\n",
23
+
"The code below will clean up the files that have been created and remove the docker containers but not the image so that you can run this notebook again without having to download the image again.\n",
24
+
"\n",
25
+
"You will need to enter the path to this notebook for the `$NotebookDir` variable"
"text": "Removing containers\nRead-Host : Windows PowerShell is in NonInteractive mode. Read and Prompt functionality is not available.\nAt line:4 char:20\n+ ... tebookDir = Read-Host \"Please enter path to the notebook. Azure Data ...\n+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n + CategoryInfo : InvalidOperation: (:) [Read-Host], PSInvalidOperationException\n + FullyQualifiedErrorId : InvalidOperation,Microsoft.PowerShell.Commands.ReadHostCommand\n\n",
54
+
"output_type": "stream"
55
+
},
56
+
{
57
+
"name": "stdout",
58
+
"text": "Set-Location : Cannot process argument because the value of argument \"path\" is null. Change the value of argument \"path\" to a non-null value.\nAt line:5 char:5\n+ Set-Location $NotebookDir\n+ ~~~~~~~~~~~~~~~~~~~~~~~~~\n + CategoryInfo : InvalidArgument: (:) [Set-Location], PSArgumentNullException\n + FullyQualifiedErrorId : ArgumentNull,Microsoft.PowerShell.Commands.SetLocationCommand\n\n",
59
+
"output_type": "stream"
60
+
},
61
+
{
62
+
"name": "stdout",
63
+
"text": "\n Can't find a suitable configuration file in this directory or any\n parent. Are you in the right directory?\n\n Supported filenames: docker-compose.yml, docker-compose.yaml\n\n",
64
+
"output_type": "stream"
65
+
},
66
+
{
67
+
"name": "stdout",
68
+
"text": "Removing directories and files\nRemoved everything\n",
0 commit comments