55 "execution_count" : 1 ,
66 "metadata" : {
77 "execution" : {
8- "iopub.execute_input" : " 2023-02-13T14:11:29.261665Z " ,
9- "iopub.status.busy" : " 2023-02-13T14:11:29.261394Z " ,
10- "iopub.status.idle" : " 2023-02-13T14:11:29.267566Z " ,
11- "shell.execute_reply" : " 2023-02-13T14:11:29.266734Z "
8+ "iopub.execute_input" : " 2023-07-31T10:02:34.099802Z " ,
9+ "iopub.status.busy" : " 2023-07-31T10:02:34.099406Z " ,
10+ "iopub.status.idle" : " 2023-07-31T10:02:34.115259Z " ,
11+ "shell.execute_reply" : " 2023-07-31T10:02:34.114688Z "
1212 },
1313 "pycharm" : {
1414 "name" : " #%%\n "
1717 "outputs" : [],
1818 "source" : [
1919 " import numpy as np\n " ,
20+ " import regex\n " ,
2021 " \n " ,
2122 " def func(data):\n " ,
23+ " # using regex, just so it's listed and its version inferred correctly\n " ,
24+ " regex.search(r'(ab)', 'abcdef')\n " ,
2225 " return bool(np.all([True]))\n "
2326 ]
2427 },
2730 "execution_count" : 2 ,
2831 "metadata" : {
2932 "execution" : {
30- "iopub.execute_input" : " 2023-02-13T14:11:29.270506Z " ,
31- "iopub.status.busy" : " 2023-02-13T14:11:29.270233Z " ,
32- "iopub.status.idle" : " 2023-02-13T14:11:29.969468Z " ,
33- "shell.execute_reply" : " 2023-02-13T14:11:29.968705Z "
33+ "iopub.execute_input" : " 2023-07-31T10:02:34.118394Z " ,
34+ "iopub.status.busy" : " 2023-07-31T10:02:34.118192Z " ,
35+ "iopub.status.idle" : " 2023-07-31T10:02:35.897692Z " ,
36+ "shell.execute_reply" : " 2023-07-31T10:02:35.897269Z "
3437 },
3538 "pycharm" : {
3639 "is_executing" : true ,
4245 "name" : " stdout" ,
4346 "output_type" : " stream" ,
4447 "text" : [
45- " numpy==1.22.4 \n "
48+ " numpy==1.25.1 regex==2023.6.3 \n "
4649 ]
4750 }
4851 ],
7174 "name" : " python" ,
7275 "nbconvert_exporter" : " python" ,
7376 "pygments_lexer" : " ipython3" ,
74- "version" : " 3.9.13 "
77+ "version" : " 3.10.9 "
7578 }
7679 },
7780 "nbformat" : 4 ,
7881 "nbformat_minor" : 0
79- }
82+ }
0 commit comments