Skip to content

Commit

Permalink
Kernel set to Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky-lim committed May 5, 2020
1 parent cca5e9f commit 898cde5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
19 changes: 3 additions & 16 deletions examples/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -13100,10 +13100,10 @@
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">import</span> <span class="nn">json</span>

<span class="kn">from</span> <span class="nn">pyprojroot</span> <span class="k">import</span> <span class="n">here</span>
<span class="kn">from</span> <span class="nn">pyprojroot</span> <span class="kn">import</span> <span class="n">here</span>

<span class="kn">from</span> <span class="nn">calh.filter</span> <span class="k">import</span> <span class="n">CalendarFilter</span>
<span class="kn">from</span> <span class="nn">calh.visualization</span> <span class="k">import</span> <span class="n">Heatmap</span>
<span class="kn">from</span> <span class="nn">calh.filter</span> <span class="kn">import</span> <span class="n">CalendarFilter</span>
<span class="kn">from</span> <span class="nn">calh.visualization</span> <span class="kn">import</span> <span class="n">Heatmap</span>
</pre></div>

</div>
Expand Down Expand Up @@ -13281,19 +13281,6 @@
</div>
</div>

</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">In&nbsp;[&nbsp;]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span>
</pre></div>

</div>
</div>
</div>

</div>
</div>
</div>
Expand Down
13 changes: 3 additions & 10 deletions examples/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -146,20 +146,13 @@
"hm = Heatmap(input=processed_data_multiple_year)\n",
"hm.draw(title=\"test multiple years\", width=10, height=10)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.7.6 64-bit ('calh-env': conda)",
"display_name": "Python 3",
"language": "python",
"name": "python37664bitcalhenvconda46eac41106a94e699f5783026295c825"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -171,7 +164,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.7.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 898cde5

Please sign in to comment.