Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jupyter_server #1163

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
}
}