From 2c14b5aa163f271d05189bdc813764831ccafc30 Mon Sep 17 00:00:00 2001 From: pkdash Date: Wed, 7 Jun 2023 22:35:24 -0400 Subject: [PATCH] [#44] removing some pycharm specific blocks from notebook file --- docs/examples/Basic_Operations.ipynb | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/docs/examples/Basic_Operations.ipynb b/docs/examples/Basic_Operations.ipynb index d28ac8b..c83dfce 100644 --- a/docs/examples/Basic_Operations.ipynb +++ b/docs/examples/Basic_Operations.ipynb @@ -52,10 +52,7 @@ "cell_type": "code", "execution_count": null, "metadata": { - "id": "3njsiY73m7_V", - "pycharm": { - "is_executing": true - } + "id": "3njsiY73m7_V" }, "outputs": [], "source": [ @@ -76,11 +73,7 @@ { "cell_type": "code", "execution_count": null, - "metadata": { - "pycharm": { - "is_executing": true - } - }, + "metadata": {}, "outputs": [], "source": [ "from hsclient import HydroShare\n", @@ -100,25 +93,22 @@ }, { "cell_type": "markdown", - "metadata": { - "id": "TH3UUihSojIb" - }, "source": [ "### Create a New Empty Resource\n", "\n", "A \"resource\" is a container for your content in HydroShare. Think of it as a \"working directory\" into which you are going to organize the code and/or data you are using and want to share. The following code can be used to create a new, empty resource within which you can create content and metadata.\n", "\n", "This code creates a new resource in HydroShare. It also creates an in-memory object representation of that resource in your local environmment that you can then manipulate with further code." - ] + ], + "metadata": { + "collapsed": false + } }, { "cell_type": "code", "execution_count": null, "metadata": { - "id": "W9azvJ_Co87w", - "pycharm": { - "is_executing": true - } + "id": "W9azvJ_Co87w" }, "outputs": [], "source": [