Skip to content

Commit

Permalink
clean commit jupyter notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
pereman2 committed Jul 22, 2020
1 parent 804bd90 commit 29574cc
Showing 1 changed file with 38 additions and 30 deletions.
68 changes: 38 additions & 30 deletions docs/notebook/Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -53,7 +53,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 2,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -87,7 +87,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 3,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -120,7 +120,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 4,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -157,7 +157,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 5,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -198,7 +198,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 6,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -237,7 +237,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 7,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -274,7 +274,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 8,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -311,7 +311,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 9,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand All @@ -324,7 +324,7 @@
"80"
]
},
"execution_count": 10,
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -342,7 +342,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 10,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand All @@ -355,7 +355,7 @@
"3600"
]
},
"execution_count": 11,
"execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -373,7 +373,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 11,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand All @@ -386,7 +386,7 @@
"'user1'"
]
},
"execution_count": 12,
"execution_count": 11,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -404,7 +404,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 12,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand All @@ -424,7 +424,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 13,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand All @@ -444,7 +444,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 14,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand All @@ -464,7 +464,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 15,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand All @@ -477,7 +477,7 @@
"'a default value'"
]
},
"execution_count": 16,
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -498,7 +498,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 16,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -528,12 +528,12 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Interpolations are evaluated lazily on field access. OmegaConf.to_yaml() is eagerly resolving the interpolations by default. "
"Interpolations are evaluated lazily on field access. OmegaConf.to_yaml() is eagerly resolving the interpolations by default. You can change it by passing `resolve=False`."
]
},
{
"cell_type": "code",
"execution_count": 31,
"execution_count": 17,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -568,7 +568,7 @@
},
{
"cell_type": "code",
"execution_count": 32,
"execution_count": 18,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -598,12 +598,8 @@
},
{
"cell_type": "code",
"execution_count": 34,
"metadata": {
"pycharm": {
"name": "#%%\n"
}
},
"execution_count": 19,
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -632,7 +628,12 @@
{
"cell_type": "code",
"execution_count": 20,
"metadata": {},
"metadata": {
"pycharm": {
"name": "#%%\n"
},
"scrolled": true
},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -932,6 +933,13 @@
"conf.merge_with_cli()\n",
"print(OmegaConf.to_yaml(conf))"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 29574cc

Please sign in to comment.