aiv-code

Results 3 issues of aiv-code

`from jupyter_client import KernelManager import time try: from queue import Empty # Py 3 except ImportError: from Queue import Empty # Py 2 #km = KernelManager(kernel_name='ir') km = KernelManager(kernel_name='python3') km.start_kernel()...

When I try to embedd tljh in iframe with below settings in jupyter_config.py file ```Python c.JupyterHub.tornado_settings = { 'headers': { 'Content-Security-Policy': 'frame-ancestors self *', } } c.Spawner.args = ["'--NotebookApp.tornado_settings={'headers': {'Content-Security-Policy':...

support

I followed instruction to run jupyter_api but getting below [I 2023-08-16 20:13:37.196 ServerApp] Package jupyterlab took 0.0000s to import Fail to get yarn configuration. internal/modules/cjs/loader.js:638 throw err; ^ Error: Cannot...