Skip to content

Commit

Permalink
Merge pull request #99 from SylvainCorlay/update-notebook-metadata
Browse files Browse the repository at this point in the history
Fixup notebook metadata to prevent scrolling short outputs
  • Loading branch information
SylvainCorlay committed Jun 29, 2022
2 parents 2e445fc + 5ecbbf1 commit 6f153fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
strategy:
matrix:
gcc_7:
image_name: 'ubuntu-16.04'
image_name: 'ubuntu-20.04'
pool:
vmImage: $(image_name)
timeoutInMinutes: 360
Expand Down
8 changes: 2 additions & 6 deletions notebooks/WidgetControl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -90,9 +88,7 @@
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"scrolled": true
},
"metadata": {},
"outputs": [],
"source": [
"auto popup = xlf::widget_control::initialize()\n",
Expand Down

0 comments on commit 6f153fa

Please sign in to comment.