Files
openide/python/testData/highlighting/awaitInsideJupyterNotebook.ipynb
Andrey Vokin 058c8ad641 PY-62670 Invalid "await outside async function" in Jupyter notebooks
GitOrigin-RevId: 26681302f28da968e0525a908d5b31f7451a9627
2025-05-22 07:10:41 +00:00

36 lines
622 B
Plaintext

{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "initial_id",
"metadata": {
"collapsed": true
},
"outputs": [],
"source": "await async_func()"
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}