Skip to content

Commit

Permalink
[#44] removing some pycharm specific blocks from notebook file
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdash committed Jun 8, 2023
1 parent f3fa653 commit 2c14b5a
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions docs/examples/Basic_Operations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "3njsiY73m7_V",
"pycharm": {
"is_executing": true
}
"id": "3njsiY73m7_V"
},
"outputs": [],
"source": [
Expand All @@ -76,11 +73,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"pycharm": {
"is_executing": true
}
},
"metadata": {},
"outputs": [],
"source": [
"from hsclient import HydroShare\n",
Expand All @@ -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": [
Expand Down

0 comments on commit 2c14b5a

Please sign in to comment.