Yuvi
Yuvi
I have a conda environment per user in their home directory. so PATH needs to be something like `PATH=/home/{username}/conda/bin:$PATH`. However, currently there seems to be no way to do this,...
https://cloud.google.com/iap lets you tunnel to arbitrary ports securely on any GCP instance. Assuming the caller has permissions for this, a public IP is no longer necessary for connecting to the...
Kubernetes offers 'garbage collection' of objects - when an object is deleted, it can automatically delete other objects. In our case, when a notebook pod that spawned dask workers is...
[importnb](https://github.com/deathbeds/importnb) is a newer and better version of this package, that does the same things - but is more maintained. I spoke to @tonyfast and there is interest in making...
Currently, we don't support IPython Magics at all from noteboks. We initially supported them, but removed them because importing IPython was causing a massive startup time lag (>1s) that seemed...
Right now, we only include assignments where the LHS is all caps. However, LHS all caps might have dependencies on RHS that's *not* all caps. These will not be evaluated,...
Similar to .pyc files for .py files. [ ] Investigate how .py -> .pyc compilation works [ ] Investigate how much of a perf improvement it really is
I want to be able to import things straight out of github with the following format: ```python from ipynb.github.someuser.somerepo.branch_or_tag_or_sha.file_path import some_function ``` and have that work. Relative imports should also...
## Switch to using EventSource - One request per user, with automatic reconnects! Much better than getting request logs be flodded by calls to /metrics - Doesn't overlap with the...
Hello! I unfortunately do not have any time to maintain this, so am looking for maintainers to take over. I'd like to transfer this to a different organization, and ideally...