16:24:23.554 [info] Process Execution: /work/Master_Project/miniconda3/envs/singlecell2/bin/python -m pip list 16:24:23.565 [error] Failed to get activated conda env vars for /work/Master_Project/miniconda3/envs/singlecell2/bin/python in 467ms 16:24:23.567 [error] Unable to determine...
If one runs the Jupyter Notebook in other environments (for instance on Google Colab), one would also receive this error and then the cell will terminate. This is expected, since then one will be able to debug the corresponding cell instead of being forced to restart the kernel. ...
info 16:40:29.332: Cancel all remaining cells true || Error || undefined info 16:40:32.286: Process Execution: > ~/.venv/py310/bin/python ~/.vscode/extensions/ms-toolsai.jupyter-2022.9.1202862440/pythonFiles/normalizeSelection.py > ~/.venv/py310/bin/python ~/.vscode/extensions/ms-toolsa...
{ "cell_type": "code", "execution_count": 27, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/plain": [ "<matplotlib.axes._subplots.AxesSubplot at 0x47cf8f0>" ] }, "execution_count": 27, "metadata": {}, "output_type": "execute_result" }, { "data...
cell 02 importnumpyasnpdefqft_dagger(circ_,n_qbits):forqbitinrange(n_qbits//2):circ_.swap(qbit,n_qbits-qbit-1)forjinrange(n_qbits):forminrange(j):circ_.cp(-np.pi/2**(j-m),m,j)circ_.h(j) cell 03 fromqiskitimportAer,execute,QuantumCircuitsim=Aer.get_backend('aer_simulat...
13:23:30.849 [info] Handle Execution of Cells 0 for /test.ipynb 13:23:30.854 [debug] start the kernel, options.disableUI=false for /test.ipynb 13:23:30.862 [debug] Execution Request Sent to Kernel for cell 0 13:23:30.877 [debug] Start cell 0 execution @ 1700335410876 (clear output) ...
[warn] Cancel all remaining cells due to cancellation or failure in execution 15:39:36.229 [debug] Cancel pending cells 15:39:36.229 [debug] Cell 16 executed with state Error 15:40:01.564 [debug] notebook communications already initialized for editor ~/DeepPhy/temp_view_mdeep_data.ipynb 15...
jupyter_console tests __init__.py __main__.py _version.py app.py completer.py ptshell.py utils.py zmqhistory.py scripts .gitignore .mailmap .readthedocs.yaml CHANGELOG.md CONTRIBUTING.md LICENSE README.md RELEASING.md pyproject.toml
21:49:29.828 [warn] Cell completed with errors { message:'Canceled future for execute_request message before replies were done'} 21:49:29.828 [info] End cell 6 execution @ 1688125769828, started @ 1688125768735, elapsedtime= 1.093s 21:49:29.829 [warn] Cancel all remaining cells due to canc...
(execution-state :type string :initform "idle" :documentation "The current state of the kernel. Can be either \"idle\", \"busy\", or \"starting\".") (execution-count :type integer :initform 1 :documentation "The *next* execution count of the kernel. I.e., the execution count ...