Skip to content

Commit

Permalink
Merge pull request #1163 from martinRenou/update_jupyter_server
Browse files Browse the repository at this point in the history
Update jupyter_server
  • Loading branch information
SylvainCorlay committed Jul 18, 2022
2 parents 219f643 + e477511 commit c7cf5fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Expand Up @@ -32,7 +32,8 @@ include_package_data = True
packages = find:
python_requires = >=3.7
install_requires =
jupyter_server>=0.3.0,<2.0.0
jupyter_core>=4.11.0
jupyter_server>=1.18,<2.0.0
jupyterlab_server>=2.3.0,<3
jupyter_client>=6.1.3,<8
nbclient>=0.4.0,<0.6
Expand Down
22 changes: 11 additions & 11 deletions tests/notebooks/many_iopub_messages.ipynb
Expand Up @@ -3,26 +3,26 @@
{
"cell_type": "code",
"execution_count": null,
"source": [
"for i in range(2500):\n",
" display(i)\n",
"display(\"you\" + \" should see me\")"
],
"outputs": [],
"metadata": {
"collapsed": false,
"deletable": true,
"editable": true
}
},
"outputs": [],
"source": [
"for i in range(500):\n",
" display(i)\n",
"display(\"you\" + \" should see me\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"source": [],
"outputs": [],
"metadata": {
"collapsed": true
}
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -46,4 +46,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit c7cf5fa

Please sign in to comment.