Some languages disappeared from the list for the mode
See original GitHub issueEnvironment data
- VS Code version: 1.58.0 Insiders
- Jupyter Extension version (available under the Extensions sidebar): v2021.7.982069998
- Python Extension version (available under the Extensions sidebar): v2021.7.969414671-dev
- OS (Windows | Mac | Linux distro) and version: Manjaro Linux 21.0.6 Ornara
- Python and/or Anaconda version: Python 3.9.5
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): venv
- Jupyter server running: LOCAL
Expected behaviour
I was writing a mode in R and was about to set the language mode as R.
Actual behaviour
R isn’t listed in the list. It used to be present in past VSCode versions.
Steps to reproduce:
- Create a new code
- Write:
#!/usr/bin/env Rscript
s = 8 + 7
sprintf("Soma de 8 + 7 = %d", s)
- Select the language mode and try to change from Python to R.
- You did not find R in the list. In the past versions of VSCode and of Jupyter, it had R in the list.
Logs
Output for Jupyter
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Jupyter
)
User belongs to experiment group 'pythonJediLSP'
User belongs to experiment group 'jupyterTest'
User belongs to experiment group 'pythonDiscoveryModuleWithoutWatcher'
User belongs to experiment group 'pythonSurveyNotification'
User belongs to experiment group 'jupyterEnhancedDataViewer'
User belongs to experiment group 'pythonDeprecatePythonPath'
User belongs to experiment group 'NativeNotebookEditor'
Info 2021-06-29 16:32:19: ZMQ install verified.
Info 2021-06-29 16:32:20: Attempting to start a server because of preload conditions ...
Info 2021-06-29 16:32:21: Attempting to start a server because of preload conditions ...
Info 2021-06-29 16:32:22: Loading kernelspec from /home/gusbemacbe/.local/share/jupyter/kernels/python3/kernel.json for undefined
Info 2021-06-29 16:32:22: No controller, hence notebook communications cannot be initialized for editor file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb
Info 2021-06-29 16:32:23: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-06-29 16:32:23: Loading kernelspec from /home/gusbemacbe/GitLab/Gustavo/global/.env/share/jupyter/kernels/python3/kernel.json for /home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python
Info 2021-06-29 16:32:24: Kernel python395jvsc74a57bd00b2b1d2583eb1556da8488622a4f639c4fd480c4904c2df15a4bb1930bdf233e matches Python 3.9.5 64-bit ('.env': venv) based on interpreter path.
Info 2021-06-29 16:32:24: Process Execution: > ~/GitLab/Gustavo/global/.env/bin/python -c "import jupyter"
> ~/GitLab/Gustavo/global/.env/bin/python -c "import jupyter"
Info 2021-06-29 16:32:24: Process Execution: > ~/GitLab/Gustavo/global/.env/bin/python -c "import notebook"
> ~/GitLab/Gustavo/global/.env/bin/python -c "import notebook"
Info 2021-06-29 16:32:24: Setting setActiveController for file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb
Info 2021-06-29 16:32:24: Intiailize notebook communications for editor file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb
Info 2021-06-29 16:32:24: Resolving notebook UI Comms (resolve) for file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb
Info 2021-06-29 16:32:24: initialize CommonMessageCoordinator
Info 2021-06-29 16:32:24: KernelProvider switched kernel to id = .jvsc74a57bd00b2b1d2583eb1556da8488622a4f639c4fd480c4904c2df15a4bb1930bdf233e./home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python./home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python
Info 2021-06-29 16:32:24: Starting Notebook in kernel.ts id = .jvsc74a57bd00b2b1d2583eb1556da8488622a4f639c4fd480c4904c2df15a4bb1930bdf233e./home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python./home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python
Info 2021-06-29 16:32:24: Creating raw notebook for file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb
Info 2021-06-29 16:32:24: Getting preferred kernel for file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb
Info 2021-06-29 16:32:24: Computing working directory file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb
Info 2021-06-29 16:32:24: Process Execution: > ~/GitLab/Gustavo/global/.env/bin/python -m jupyter kernelspec --version
> ~/GitLab/Gustavo/global/.env/bin/python -m jupyter kernelspec --version
Info 2021-06-29 16:32:24: Connecting to raw session for file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb with connection {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/home/gusbemacbe/GitLab/Gustavo/global/.env/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python","name":"python395jvsc74a57bd00b2b1d2583eb1556da8488622a4f639c4fd480c4904c2df15a4bb1930bdf233e","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"python","display_name":"Python 3.9.5 64-bit ('.env': venv)"},"interpreter":{"sysPrefix":"/home/gusbemacbe/GitLab/Gustavo/global/.env","envType":"Venv","envName":".env","envPath":"/home/gusbemacbe/GitLab/Gustavo/global/.env","path":"/home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python","architecture":3,"sysVersion":"3.9.5 (default, May 24 2021, 12:50:35) \n[GCC 11.1.0]","version":{"raw":"3.9.5","major":3,"minor":9,"patch":5,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.5 64-bit ('.env': venv)"},"id":".jvsc74a57bd00b2b1d2583eb1556da8488622a4f639c4fd480c4904c2df15a4bb1930bdf233e./home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python./home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python"}
Info 2021-06-29 16:32:24: Starting raw kernel Python 3.9.5 64-bit ('.env': venv)
Info 2021-06-29 16:32:24: installMissingDependencies /home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python
Info 2021-06-29 16:32:24: Process Execution: > ~/GitLab/Gustavo/global/.env/bin/python -c "import ipykernel"
> ~/GitLab/Gustavo/global/.env/bin/python -c "import ipykernel"
Info 2021-06-29 16:32:24: Process Execution: > ~/GitLab/Gustavo/global/.env/bin/python -m pip list
> ~/GitLab/Gustavo/global/.env/bin/python -m pip list
Info 2021-06-29 16:32:24: Kernel python395jvsc74a57bd00b2b1d2583eb1556da8488622a4f639c4fd480c4904c2df15a4bb1930bdf233e matches Python 3.9.5 64-bit ('.env': venv) based on interpreter path.
Info 2021-06-29 16:32:24: Find preferred kernel for file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb with metadata {"orig_nbformat":4,"language_info":{"name":"python"}} & preferred interpreter {"sysPrefix":"/home/gusbemacbe/GitLab/Gustavo/global/.env","envType":"Venv","envName":".env","envPath":"/home/gusbemacbe/GitLab/Gustavo/global/.env","path":"/home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python","architecture":3,"sysVersion":"3.9.5 (default, May 24 2021, 12:50:35) \n[GCC 11.1.0]","version":{"raw":"3.9.5","major":3,"minor":9,"patch":5,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.5 64-bit ('.env': venv)"}
Info 2021-06-29 16:32:24: findPreferredKernel score for speclanguage=python, Python 2.7.18 64-bit is -1
Info 2021-06-29 16:32:24: findPreferredKernel score for Python 2.7.18 64-bit is 1
Info 2021-06-29 16:32:24: findPreferredKernel score for speclanguage=python, Python 2.7.18 64-bit is -1
Info 2021-06-29 16:32:24: findPreferredKernel score for Python 2.7.18 64-bit is 1
Info 2021-06-29 16:32:24: findPreferredKernel score for speclanguage=python, Python 2.7.18 64-bit is -1
Info 2021-06-29 16:32:24: findPreferredKernel score for Python 2.7.18 64-bit is 1
Info 2021-06-29 16:32:24: findPreferredKernel score for speclanguage=python, Python 2.7.18 64-bit is -1
Info 2021-06-29 16:32:24: findPreferredKernel score for Python 2.7.18 64-bit is 1
Info 2021-06-29 16:32:24: findPreferredKernel score for Python3, Python 3.9.5 64-bit is 4
Info 2021-06-29 16:32:24: findPreferredKernel score for Python 3.9.5 64-bit is 4
Info 2021-06-29 16:32:24: findPreferredKernel score for Python3, Python 3.9.5 64-bit is 4
Info 2021-06-29 16:32:24: findPreferredKernel score for Python 3.9.5 64-bit is 4
Info 2021-06-29 16:32:24: findPreferredKernel score for Python3, Python 3.9.5 64-bit is 4
Info 2021-06-29 16:32:24: findPreferredKernel score for Python 3.9.5 64-bit is 4
Info 2021-06-29 16:32:24: findPreferredKernel score for Python3, Python 3.9.5 64-bit is 4
Info 2021-06-29 16:32:24: findPreferredKernel score for Python 3.9.5 64-bit is 4
Info 2021-06-29 16:32:24: findPreferredKernel score for Python3, Python 3.9.5 64-bit ('.env': venv) is 14
Info 2021-06-29 16:32:24: findPreferredKernel score for Python 3.9.5 64-bit ('.env': venv) is 24
Info 2021-06-29 16:32:24: findPreferredKernel score for Python3, Python 3.9.5 64-bit ('tool-size-tester': virtualenvwrapper) is 4
Info 2021-06-29 16:32:24: findPreferredKernel score for Python 3.9.5 64-bit ('tool-size-tester': virtualenvwrapper) is 4
Info 2021-06-29 16:32:24: findKernel found Python 3.9.5 64-bit ('.env': venv)
Info 2021-06-29 16:32:24: Find kernel spec, Class name = w, completed in 2934ms, has a truthy return value, Arg 1: <Uri:/home/gusbemacbe/PUC/1º Semestre/05 – Introdução à Linguagem R/Unidade 01 – Estrutura de Dados em R/1.0 – Introdução à Linguagem R – Operadores.ipynb>, Arg 2: {"orig_nbformat":4,"language_info":{"name":"python"}}, Arg 3: {"_isCancelled":false,"_emitter":null}, Return Value: {"kind":"startUsingPythonInterpreter","kernelSpec":{"specFile":"/home/gusbemacbe/GitLab/Gustavo/global/.env/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python","name":"python395jvsc74a57bd00b2b1d2583eb1556da8488622a4f639c4fd480c4904c2df15a4bb1930bdf233e","argv":["python","-m","ipykernel_launcher","-f","{connection_file}"],"language":"python","path":"python","display_name":"Python 3.9.5 64-bit ('.env': venv)"},"interpreter":{"sysPrefix":"/home/gusbemacbe/GitLab/Gustavo/global/.env","envType":"Venv","envName":".env","envPath":"/home/gusbemacbe/GitLab/Gustavo/global/.env","path":"/home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python","architecture":3,"sysVersion":"3.9.5 (default, May 24 2021, 12:50:35) \n[GCC 11.1.0]","version":{"raw":"3.9.5","major":3,"minor":9,"patch":5,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.5 64-bit ('.env': venv)"},"id":".jvsc74a57bd00b2b1d2583eb1556da8488622a4f639c4fd480c4904c2df15a4bb1930bdf233e./home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python./home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python"}
Info 2021-06-29 16:32:24: PreferredConnection: .jvsc74a57bd00b2b1d2583eb1556da8488622a4f639c4fd480c4904c2df15a4bb1930bdf233e./home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python./home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python found for NotebookDocument: file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb
Info 2021-06-29 16:32:24: TargetController found ID: .jvsc74a57bd00b2b1d2583eb1556da8488622a4f639c4fd480c4904c2df15a4bb1930bdf233e./home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python./home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python for document file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb
Info 2021-06-29 16:32:24: Setting controller affinity for file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb .jvsc74a57bd00b2b1d2583eb1556da8488622a4f639c4fd480c4904c2df15a4bb1930bdf233e./home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python./home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python
Info 2021-06-29 16:32:25: Install Missing Dependencies, Class name = w, completed in 582ms, has a falsy return value, Return Value: undefined
Info 2021-06-29 16:32:25: Kernel launching with ports 9000,9001,9002,9003,9004. Start port is 9000
Info 2021-06-29 16:32:25: Launching kernel daemon for Python 3.9.5 64-bit ('.env': venv) # /home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python
Info 2021-06-29 16:32:25: No custom variables for Kernel as interpreter is not conda, but is Venv
Info 2021-06-29 16:32:25: Creating daemon pool for /home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python with env variables count 80
Info 2021-06-29 16:32:25: Process Execution: > ~/GitLab/Gustavo/global/.env/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> ~/GitLab/Gustavo/global/.env/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-06-29 16:32:25: Process Execution: > ~/GitLab/Gustavo/global/.env/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> ~/GitLab/Gustavo/global/.env/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-06-29 16:32:25: Process Execution: > ~/GitLab/Gustavo/global/.env/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> ~/GitLab/Gustavo/global/.env/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Info 2021-06-29 16:32:26: Creating daemon process for /home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python with env variables count 80
Info 2021-06-29 16:32:26: Process Execution: > ~/GitLab/Gustavo/global/.env/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~/GitLab/Gustavo/global/.env/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-06-29 16:32:26: Python Daemon (pid: 118765): Execute rpc method exec_module in DS Daemon
Info 2021-06-29 16:32:26: Python Daemon (pid: 118765): Execute rpc method exec_module from /home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python
Info 2021-06-29 16:32:26: Python Daemon (pid: 118765): Exec module in DS Kernel Launcher Daemon ipykernel_launcher with args ['--ip=127.0.0.1', '--stdin=9003', '--control=9001', '--hb=9000', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"a4e30b2a-dea5-45e0-ad23-eb57c91b6b46"', '--shell=9002', '--transport="tcp"', '--iopub=9004', '--f=/tmp/tmp-117148EsGj371fRSYO.json']
Info 2021-06-29 16:32:26: Python Daemon (pid: 118765): Exec in DS Kernel Launcher Daemon (observable) ipykernel_launcher with args ['--ip=127.0.0.1', '--stdin=9003', '--control=9001', '--hb=9000', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"a4e30b2a-dea5-45e0-ad23-eb57c91b6b46"', '--shell=9002', '--transport="tcp"', '--iopub=9004', '--f=/tmp/tmp-117148EsGj371fRSYO.json']
Info 2021-06-29 16:32:26: Python Daemon (pid: 118765): Exec in DS Kernel Launcher Daemon (observable) ['/home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python', '-m', 'ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9003', '--control=9001', '--hb=9000', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"a4e30b2a-dea5-45e0-ad23-eb57c91b6b46"', '--shell=9002', '--transport="tcp"', '--iopub=9004', '--f=/tmp/tmp-117148EsGj371fRSYO.json']
Info 2021-06-29 16:32:26: Python Daemon (pid: 118765): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-06-29 16:32:26: Python Daemon (pid: 118765): Kernel launched, with PID 118768
Warn 2021-06-29 16:32:26: Python Daemon (pid: 118765): Waiting for Kernel to die 118768
Info 2021-06-29 16:32:26: Launching kernel daemon, Class name = f, completed in 1461ms, has a truthy return value, Arg 1: <Uri:/home/gusbemacbe/PUC/1º Semestre/05 – Introdução à Linguagem R/Unidade 01 – Estrutura de Dados em R/1.0 – Introdução à Linguagem R – Operadores.ipynb>, Arg 2: "/home/gusbemacbe/PUC/1º Semestre/05 – Introdução à Linguagem R/Unidade 01 – Estrutura de Dados em R", Arg 3: {"specFile":"/home/gusbemacbe/GitLab/Gustavo/global/.env/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python","name":"python395jvsc74a57bd00b2b1d2583eb1556da8488622a4f639c4fd480c4904c2df15a4bb1930bdf233e","argv":["python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9003","--control=9001","--hb=9000","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"a4e30b2a-dea5-45e0-ad23-eb57c91b6b46\"","--shell=9002","--transport=\"tcp\"","--iopub=9004","--f=/tmp/tmp-117148EsGj371fRSYO.json"],"language":"python","path":"python","display_name":"Python 3.9.5 64-bit ('.env': venv)"}, Arg 4: {"sysPrefix":"/home/gusbemacbe/GitLab/Gustavo/global/.env","envType":"Venv","envName":".env","envPath":"/home/gusbemacbe/GitLab/Gustavo/global/.env","path":"/home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python","architecture":3,"sysVersion":"3.9.5 (default, May 24 2021, 12:50:35) \n[GCC 11.1.0]","version":{"raw":"3.9.5","major":3,"minor":9,"patch":5,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.5 64-bit ('.env': venv)"}, Return Value: <Return value cannot be serialized for logging>
Info 2021-06-29 16:32:26: Launching kernel in kernelProcess.ts, Class name = b, completed in 1463ms, has a truthy return value, Arg 1: "/home/gusbemacbe/PUC/1º Semestre/05 – Introdução à Linguagem R/Unidade 01 – Estrutura de Dados em R", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python","_handle":{"pid":118765},"spawnargs":["/home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python","-m","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":118765,"stdin":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdout":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stderr":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdio":[{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null}]},"out":{"_isScalar":false,"observers":[],"closed":false,"isStopped":false,"hasError":false,"thrownError":null}}
Info 2021-06-29 16:32:27: KernelProcess output: Content-Length: 366
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: /home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '\"hmac-sha256\"' \u2013 or use CUnicode.\n", "pid": 118765}}Content-Length: 340
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "/home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '\"hmac-sha256\"' \u2013 or use CUnicode.\n"}}Content-Length: 116
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: warn(\n", "pid": 118765}}Content-Length: 90
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " warn(\n"}}Content-Length: 392
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: /home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'a4e30b2a-dea5-45e0-ad23-eb57c91b6b46' instead of 'b\"a4e30b2a-dea5-45e0-ad23-eb57c91b6b46\"'.\n", "pid": 118765}}Content-Length: 366
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "/home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'a4e30b2a-dea5-45e0-ad23-eb57c91b6b46' instead of 'b\"a4e30b2a-dea5-45e0-ad23-eb57c91b6b46\"'.\n"}}Content-Length: 116
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: warn(\n", "pid": 118765}}Content-Length: 90
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " warn(\n"}}
Info 2021-06-29 16:32:27: Python Daemon (pid: 118765): write to stderr: /home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.
Warn 2021-06-29 16:32:27: Kernel 118765 as possibly died, StdErr from Kernel Process /home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.
Warn 2021-06-29 16:32:27: StdErr from Kernel Process /home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.
Info 2021-06-29 16:32:27: Python Daemon (pid: 118765): write to stderr: warn(
Warn 2021-06-29 16:32:27: Kernel 118765 as possibly died, StdErr from Kernel Process warn(
Warn 2021-06-29 16:32:27: StdErr from Kernel Process warn(
Info 2021-06-29 16:32:27: Python Daemon (pid: 118765): write to stderr: /home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'a4e30b2a-dea5-45e0-ad23-eb57c91b6b46' instead of 'b"a4e30b2a-dea5-45e0-ad23-eb57c91b6b46"'.
Warn 2021-06-29 16:32:27: Kernel 118765 as possibly died, StdErr from Kernel Process /home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'a4e30b2a-dea5-45e0-ad23-eb57c91b6b46' instead of 'b"a4e30b2a-dea5-45e0-ad23-eb57c91b6b46"'.
Warn 2021-06-29 16:32:27: StdErr from Kernel Process /home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'a4e30b2a-dea5-45e0-ad23-eb57c91b6b46' instead of 'b"a4e30b2a-dea5-45e0-ad23-eb57c91b6b46"'.
Info 2021-06-29 16:32:27: Python Daemon (pid: 118765): write to stderr: warn(
Warn 2021-06-29 16:32:27: Kernel 118765 as possibly died, StdErr from Kernel Process warn(
Warn 2021-06-29 16:32:27: StdErr from Kernel Process warn(
Info 2021-06-29 16:32:27: Raw session started and connected
Started kernel Python 3.9.5 64-bit ('.env': venv)
Info 2021-06-29 16:32:27: Initial setup for file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb starting ...
Info 2021-06-29 16:32:27: UpdateWorkingDirectoryAndPath
Info 2021-06-29 16:32:27: Initialize matplotlib for file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb
Info 2021-06-29 16:32:27: Kernel switching to busy
Info 2021-06-29 16:32:27: Kernel switching to idle
Info 2021-06-29 16:32:27: Starting raw kernel Python 3.9.5 64-bit ('.env': venv)
Info 2021-06-29 16:32:27: installMissingDependencies /home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python
Info 2021-06-29 16:32:27: Process Execution: > ~/GitLab/Gustavo/global/.env/bin/python -c "import ipykernel"
> ~/GitLab/Gustavo/global/.env/bin/python -c "import ipykernel"
Info 2021-06-29 16:32:27: Kernel switching to busy
Info 2021-06-29 16:32:27: Kernel switching to idle
Info 2021-06-29 16:32:27: Initial setup complete for file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb
Info 2021-06-29 16:32:27: Finished connecting 74a4c956-7a58-46d9-b751-b97b3e1b0f80
Info 2021-06-29 16:32:27: UpdateWorkingDirectoryAndPath
Info 2021-06-29 16:32:27: [32mQueuing messages (no listenerts)
Info 2021-06-29 16:32:27: Registering commtarget jupyter.widget
Info 2021-06-29 16:32:27: IPyWidgetMessageDispatcher.initialize
Info 2021-06-29 16:32:27: Created and initailized CommonMessageCoordinator
Info 2021-06-29 16:32:27: IPyWidgetScriptSource.initialize
Info 2021-06-29 16:32:27: Attach Coordinator for file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb
Info 2021-06-29 16:32:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:32:27: IPyWidgetMessageDispatcher.initialize
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_Ready
Info 2021-06-29 16:32:27: [32mWidget Coordinator sent IPyWidgets_kernelOptions
Info 2021-06-29 16:32:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:32:27: [32mWidget Coordinator sent IPyWidgets_kernelOptions
Info 2021-06-29 16:32:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:32:27: IPyWidgetMessageDispatcher.initialize
Info 2021-06-29 16:32:27: changeDirectoryIfPossible
Info 2021-06-29 16:32:27: [32mWidget Coordinator sent IPyWidgets_mirror_execute
Info 2021-06-29 16:32:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_Ready
Info 2021-06-29 16:32:27: [32mWidget Coordinator sent IPyWidgets_kernelOptions
Info 2021-06-29 16:32:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_registerCommTarget
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_registerCommTarget
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_registerCommTarget
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_registerCommTarget
Info 2021-06-29 16:32:27: IPyWidgetMessageDispatcher.initialize
Info 2021-06-29 16:32:27: IPyWidgetMessageDispatcher.initialize
Info 2021-06-29 16:32:27: IPyWidgetMessageDispatcher.initialize
Info 2021-06-29 16:32:27: IPyWidgetMessageDispatcher.initialize
Info 2021-06-29 16:32:27: IPyWidgetMessageDispatcher.initialize
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_registerCommTarget
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_registerCommTarget
Info 2021-06-29 16:32:27: IPyWidgetMessageDispatcher.initialize
Info 2021-06-29 16:32:27: IPyWidgetMessageDispatcher.initialize
Info 2021-06-29 16:32:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:32:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:32:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:32:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:32:27: Kernel switching to busy
Info 2021-06-29 16:32:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:32:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:32:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Busy
Info 2021-06-29 16:32:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:32:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:32:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:32:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:32:27: Kernel switching to idle
Info 2021-06-29 16:32:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Idle
Info 2021-06-29 16:32:27: Waiting for idle on (kernel): 6827866c-ffd2-4de2-9261-09be1e405a61 -> idle
Info 2021-06-29 16:32:27: Finished waiting for idle on (kernel): 6827866c-ffd2-4de2-9261-09be1e405a61 -> idle
Info 2021-06-29 16:32:27: Process Execution: > ~/GitLab/Gustavo/global/.env/bin/python -m pip list
> ~/GitLab/Gustavo/global/.env/bin/python -m pip list
Info 2021-06-29 16:32:27: Process Execution: > ~/GitLab/Gustavo/global/.env/bin/python -m pip show ipykernel
> ~/GitLab/Gustavo/global/.env/bin/python -m pip show ipykernel
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:32:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:32:28: Install Missing Dependencies, Class name = w, completed in 555ms, has a falsy return value, Return Value: undefined
Info 2021-06-29 16:32:28: Kernel launching with ports 9005,9006,9007,9008,9009. Start port is 9000
Info 2021-06-29 16:32:28: Launching kernel daemon for Python 3.9.5 64-bit ('.env': venv) # /home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python
Info 2021-06-29 16:32:28: No custom variables for Kernel as interpreter is not conda, but is Venv
Info 2021-06-29 16:32:28: Creating daemon process for /home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python with env variables count 80
Info 2021-06-29 16:32:28: Process Execution: > ~/GitLab/Gustavo/global/.env/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
> ~/GitLab/Gustavo/global/.env/bin/python -m vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
Info 2021-06-29 16:32:28: Python Daemon (pid: 118842): Execute rpc method exec_module in DS Daemon
Info 2021-06-29 16:32:28: Python Daemon (pid: 118842): Execute rpc method exec_module from /home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python
Info 2021-06-29 16:32:28: Python Daemon (pid: 118842): Exec module in DS Kernel Launcher Daemon ipykernel_launcher with args ['--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"b70e7885-8e14-4f04-935d-ef222e7f3ef4"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=/tmp/tmp-117148HVDpUFReOQMi.json']
Info 2021-06-29 16:32:28: Python Daemon (pid: 118842): Exec in DS Kernel Launcher Daemon (observable) ipykernel_launcher with args ['--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"b70e7885-8e14-4f04-935d-ef222e7f3ef4"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=/tmp/tmp-117148HVDpUFReOQMi.json']
Info 2021-06-29 16:32:28: Python Daemon (pid: 118842): Exec in DS Kernel Launcher Daemon (observable) ['/home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python', '-m', 'ipykernel_launcher', '--ip=127.0.0.1', '--stdin=9008', '--control=9006', '--hb=9005', '--Session.signature_scheme="hmac-sha256"', '--Session.key=b"b70e7885-8e14-4f04-935d-ef222e7f3ef4"', '--shell=9007', '--transport="tcp"', '--iopub=9009', '--f=/tmp/tmp-117148HVDpUFReOQMi.json']
Info 2021-06-29 16:32:28: Python Daemon (pid: 118842): Exec in DS Kernel Launcher Daemon (observable)
Info 2021-06-29 16:32:28: Python Daemon (pid: 118842): Kernel launched, with PID 118843
Warn 2021-06-29 16:32:28: Python Daemon (pid: 118842): Waiting for Kernel to die 118843
Info 2021-06-29 16:32:28: Launching kernel daemon, Class name = f, completed in 383ms, has a truthy return value, Arg 1: <Uri:/home/gusbemacbe/PUC/1º Semestre/05 – Introdução à Linguagem R/Unidade 01 – Estrutura de Dados em R/1.0 – Introdução à Linguagem R – Operadores.ipynb>, Arg 2: "/home/gusbemacbe/PUC/1º Semestre/05 – Introdução à Linguagem R/Unidade 01 – Estrutura de Dados em R", Arg 3: {"specFile":"/home/gusbemacbe/GitLab/Gustavo/global/.env/share/jupyter/kernels/python3/kernel.json","interpreterPath":"/home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python","name":"python395jvsc74a57bd00b2b1d2583eb1556da8488622a4f639c4fd480c4904c2df15a4bb1930bdf233e","argv":["python","-m","ipykernel_launcher","--ip=127.0.0.1","--stdin=9008","--control=9006","--hb=9005","--Session.signature_scheme=\"hmac-sha256\"","--Session.key=b\"b70e7885-8e14-4f04-935d-ef222e7f3ef4\"","--shell=9007","--transport=\"tcp\"","--iopub=9009","--f=/tmp/tmp-117148HVDpUFReOQMi.json"],"language":"python","path":"python","display_name":"Python 3.9.5 64-bit ('.env': venv)"}, Arg 4: {"sysPrefix":"/home/gusbemacbe/GitLab/Gustavo/global/.env","envType":"Venv","envName":".env","envPath":"/home/gusbemacbe/GitLab/Gustavo/global/.env","path":"/home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python","architecture":3,"sysVersion":"3.9.5 (default, May 24 2021, 12:50:35) \n[GCC 11.1.0]","version":{"raw":"3.9.5","major":3,"minor":9,"patch":5,"build":[],"prerelease":["final","0"]},"displayName":"Python 3.9.5 64-bit ('.env': venv)"}, Return Value: <Return value cannot be serialized for logging>
Info 2021-06-29 16:32:28: Launching kernel in kernelProcess.ts, Class name = b, completed in 383ms, has a truthy return value, Arg 1: "/home/gusbemacbe/PUC/1º Semestre/05 – Introdução à Linguagem R/Unidade 01 – Estrutura de Dados em R", Return Value: {"proc":{"_events":{},"_eventsCount":2,"_closesNeeded":3,"_closesGot":0,"connected":false,"signalCode":null,"exitCode":null,"killed":false,"spawnfile":"/home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python","_handle":{"pid":118842},"spawnargs":["/home/gusbemacbe/GitLab/Gustavo/global/.env/bin/python","-m","vscode_datascience_helpers.daemon","--daemon-module=vscode_datascience_helpers.kernel_launcher_daemon","-v"],"pid":118842,"stdin":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdout":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stderr":{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},"stdio":[{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null,"readable":false},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{"close":[null,null]},"_eventsCount":4,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null},{"connecting":false,"_hadError":false,"_parent":null,"_host":null,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":3,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":true,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":false,"errored":null,"closed":false,"writable":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null}]},"out":{"_isScalar":false,"observers":[],"closed":false,"isStopped":false,"hasError":false,"thrownError":null}}
Info 2021-06-29 16:32:29: KernelProcess output: Content-Length: 366
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: /home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '\"hmac-sha256\"' \u2013 or use CUnicode.\n", "pid": 118842}}Content-Length: 340
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "/home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '\"hmac-sha256\"' \u2013 or use CUnicode.\n"}}
Info 2021-06-29 16:32:29: Python Daemon (pid: 118842): write to stderr: /home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.
Info 2021-06-29 16:32:29: KernelProcess output: Content-Length: 116
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: warn(\n", "pid": 118842}}Content-Length: 90
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " warn(\n"}}Content-Length: 392
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: /home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'b70e7885-8e14-4f04-935d-ef222e7f3ef4' instead of 'b\"b70e7885-8e14-4f04-935d-ef222e7f3ef4\"'.\n", "pid": 118842}}Content-Length: 366
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": "/home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'b70e7885-8e14-4f04-935d-ef222e7f3ef4' instead of 'b\"b70e7885-8e14-4f04-935d-ef222e7f3ef4\"'.\n"}}Content-Length: 116
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "log", "params": {"level": "INFO", "msg": "write to stderr: warn(\n", "pid": 118842}}Content-Length: 90
Content-Type: application/vscode-jsonrpc; charset=utf8
{"jsonrpc": "2.0", "method": "output", "params": {"source": "stderr", "out": " warn(\n"}}
Warn 2021-06-29 16:32:29: Kernel 118842 as possibly died, StdErr from Kernel Process /home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.
Warn 2021-06-29 16:32:29: StdErr from Kernel Process /home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode.
Info 2021-06-29 16:32:29: Python Daemon (pid: 118842): write to stderr: warn(
Warn 2021-06-29 16:32:29: Kernel 118842 as possibly died, StdErr from Kernel Process warn(
Warn 2021-06-29 16:32:29: StdErr from Kernel Process warn(
Info 2021-06-29 16:32:29: Python Daemon (pid: 118842): write to stderr: /home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'b70e7885-8e14-4f04-935d-ef222e7f3ef4' instead of 'b"b70e7885-8e14-4f04-935d-ef222e7f3ef4"'.
Warn 2021-06-29 16:32:29: Kernel 118842 as possibly died, StdErr from Kernel Process /home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'b70e7885-8e14-4f04-935d-ef222e7f3ef4' instead of 'b"b70e7885-8e14-4f04-935d-ef222e7f3ef4"'.
Warn 2021-06-29 16:32:29: StdErr from Kernel Process /home/gusbemacbe/GitLab/Gustavo/global/.env/lib/python3.9/site-packages/traitlets/traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'b70e7885-8e14-4f04-935d-ef222e7f3ef4' instead of 'b"b70e7885-8e14-4f04-935d-ef222e7f3ef4"'.
Info 2021-06-29 16:32:29: Python Daemon (pid: 118842): write to stderr: warn(
Warn 2021-06-29 16:32:29: Kernel 118842 as possibly died, StdErr from Kernel Process warn(
Warn 2021-06-29 16:32:29: StdErr from Kernel Process warn(
Info 2021-06-29 16:38:23: notebook communications already initialized for editor file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb
Info 2021-06-29 16:38:23: Process Execution: > ~/GitLab/Gustavo/global/.env/bin/python -m pip show ipykernel
> ~/GitLab/Gustavo/global/.env/bin/python -m pip show ipykernel
Info 2021-06-29 16:43:40: notebook communications already initialized for editor file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb
Info 2021-06-29 16:43:40: Process Execution: > ~/GitLab/Gustavo/global/.env/bin/python -m pip show ipykernel
> ~/GitLab/Gustavo/global/.env/bin/python -m pip show ipykernel
Info 2021-06-29 16:45:27: Loading webview. View is notset
Info 2021-06-29 16:45:27: Loading web view...
Info 2021-06-29 16:45:27: Webview panel created.
Info 2021-06-29 16:45:27: Web view react rendered
Info 2021-06-29 16:45:27: Searching for token colors ...
Info 2021-06-29 16:45:27: Attempting search for colors ...
Info 2021-06-29 16:45:27: Searching for token colors ...
Info 2021-06-29 16:45:27: Attempting search for colors ...
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_mirror_execute
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_mirror_execute
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Kernel switching to busy
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Busy
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Kernel switching to idle
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Idle
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_mirror_execute
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Kernel switching to busy
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Busy
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Kernel switching to idle
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Idle
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_mirror_execute
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Kernel switching to busy
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Busy
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Kernel switching to idle
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Idle
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Kernel switching to busy
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Busy
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Kernel switching to idle
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Idle
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Busy
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Idle
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Busy
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Idle
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Busy
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Idle
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Busy
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Idle
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Busy
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Idle
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Busy
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: [32mWidget Coordinator sent IPyWidgets_msg
Info 2021-06-29 16:45:27: [32mPosting message to Notebook UI
Info 2021-06-29 16:45:27: Notebook Session status file:///home/gusbemacbe/PUC/1%C2%BA%20Semestre/05%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R/Unidade%2001%20%E2%80%93%20Estrutura%20de%20Dados%20em%20R/1.0%20%E2%80%93%20Introdu%C3%A7%C3%A3o%20%C3%A0%20Linguagem%20R%20%E2%80%93%20Operadores.ipynb # Idle
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_msg_received
Info 2021-06-29 16:45:27: [32mWidget Coordinator received IPyWidgets_iopub_msg_handled
Info 2021-06-29 16:45:28: Searching for token colors ...
Info 2021-06-29 16:45:28: Attempting search for colors ...
Info 2021-06-29 16:45:28: Loading colors from /home/gusbemacbe/.vscode-insiders/extensions/teabyii.ayu-0.20.1/ayu-dark-bordered.json ...
Info 2021-06-29 16:45:28: Attempting search for colors ...
Info 2021-06-29 16:45:28: Loading base colors from /home/gusbemacbe/.vscode-insiders/extensions/teabyii.ayu-0.20.1/ayu-dark-bordered.json ...
Info 2021-06-29 16:45:28: Using colors to generate CSS ...
Info 2021-06-29 16:45:28: Searching for token colors ...
Info 2021-06-29 16:45:28: Attempting search for colors ...
Info 2021-06-29 16:45:28: Searching for token colors ...
Info 2021-06-29 16:45:28: Attempting search for colors ...
Info 2021-06-29 16:45:28: Loading colors from /home/gusbemacbe/.vscode-insiders/extensions/teabyii.ayu-0.20.1/ayu-dark-bordered.json ...
Info 2021-06-29 16:45:28: Loading colors from /home/gusbemacbe/.vscode-insiders/extensions/teabyii.ayu-0.20.1/ayu-dark-bordered.json ...
Info 2021-06-29 16:45:28: Loading colors from /home/gusbemacbe/.vscode-insiders/extensions/teabyii.ayu-0.20.1/ayu-dark-bordered.json ...
Info 2021-06-29 16:45:28: Loading colors from /home/gusbemacbe/.vscode-insiders/extensions/teabyii.ayu-0.20.1/ayu-dark-bordered.json ...
Info 2021-06-29 16:45:28: Attempting search for colors ...
Info 2021-06-29 16:45:28: Attempting search for colors ...
Info 2021-06-29 16:45:28: Attempting search for colors ...
Info 2021-06-29 16:45:28: Loading base colors from /home/gusbemacbe/.vscode-insiders/extensions/teabyii.ayu-0.20.1/ayu-dark-bordered.json ...
Info 2021-06-29 16:45:28: Loading base colors from /home/gusbemacbe/.vscode-insiders/extensions/teabyii.ayu-0.20.1/ayu-dark-bordered.json ...
Info 2021-06-29 16:45:28: Loading base colors from /home/gusbemacbe/.vscode-insiders/extensions/teabyii.ayu-0.20.1/ayu-dark-bordered.json ...
Info 2021-06-29 16:45:28: Attempting search for colors ...
Info 2021-06-29 16:45:28: Loading base colors from /home/gusbemacbe/.vscode-insiders/extensions/teabyii.ayu-0.20.1/ayu-dark-bordered.json ...
Info 2021-06-29 16:45:28: Using colors to generate CSS ...
Info 2021-06-29 16:45:28: Using colors to generate CSS ...
Info 2021-06-29 16:45:28: Using colors to generate CSS ...
Info 2021-06-29 16:45:28: Using colors to generate CSS ...
Info 2021-06-29 16:45:33: Searching for token colors ...
Info 2021-06-29 16:45:33: Attempting search for colors ...
Info 2021-06-29 16:45:33: Loading colors from /home/gusbemacbe/.vscode-insiders/extensions/teabyii.ayu-0.20.1/ayu-dark-bordered.json ...
Info 2021-06-29 16:45:33: Attempting search for colors ...
Info 2021-06-29 16:45:33: Loading base colors from /home/gusbemacbe/.vscode-insiders/extensions/teabyii.ayu-0.20.1/ayu-dark-bordered.json ...
Info 2021-06-29 16:45:33: Using colors to generate CSS ...
Info 2021-06-29 16:45:33: Searching for token colors ...
Info 2021-06-29 16:45:33: Attempting search for colors ...
Info 2021-06-29 16:45:33: Searching for token colors ...
Info 2021-06-29 16:45:33: Attempting search for colors ...
Info 2021-06-29 16:45:33: Loading colors from /home/gusbemacbe/.vscode-insiders/extensions/teabyii.ayu-0.20.1/ayu-dark-bordered.json ...
Info 2021-06-29 16:45:33: Loading colors from /home/gusbemacbe/.vscode-insiders/extensions/teabyii.ayu-0.20.1/ayu-dark-bordered.json ...
Info 2021-06-29 16:45:33: Attempting search for colors ...
Info 2021-06-29 16:45:33: Loading base colors from /home/gusbemacbe/.vscode-insiders/extensions/teabyii.ayu-0.20.1/ayu-dark-bordered.json ...
Info 2021-06-29 16:45:33: Attempting search for colors ...
Info 2021-06-29 16:45:33: Loading base colors from /home/gusbemacbe/.vscode-insiders/extensions/teabyii.ayu-0.20.1/ayu-dark-bordered.json ...
Info 2021-06-29 16:45:33: Using colors to generate CSS ...
Info 2021-06-29 16:45:33: Using colors to generate CSS ...
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (8 by maintainers)
Top Results From Across the Web
My language disappeared from the languages list no my ...
My language disappeared from the languages list no my assistant. how can I fix this? Hello, I really hope someone can help me....
Read more >Top 5 Fixes for Language Bar Missing in Windows 10
Language Bar Missing in Windows 10 · 1. Unhide It · 2. Check Registry · 3. Perform SFC Scan · 4. Remove/Add a...
Read more >How to Fix Language Bar Missing from Taskbar (Windows 10 ...
In this tutorial you 'll find detailed instruction on how to fix language bar missing from taskbar issue on Windows 10, 8.1, 8,...
Read more >Language Missing From Windows 10 Sign In Screen
As a result of this (I presume) Arabic has disappeared from the list of languages I can access with the Windows-Space shortcut on...
Read more >languages.xml is missing in some translations #4944 - GitHub
After adjusting the request to fetch locale-specific suggestions, it became apparent that the languages.xml file is missing in some translations ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@IanMatthewHuff
You are right!
I followed the tutorial of https://github.com/IRkernel/IRkernel. I selected R and I could set the code to R.
But I found it uncomfortable, because I also want to create some code in different languages in the same Jupyter notebook.
@gusbemacbe I believe that would be possible, but only for kernels which support that (like the SoS kernel https://vatlab.github.io/sos-docs/). If you have that kernel registered on the system it should allow you to support different languages in one notebook.