A basic example of using a <tree-finder>
element to render and interact with a simple mock filesystem. The tree-finder.js
script and some associated stylesheets are dynamically fetched at page load via the jsdelivr cdn.
null
null
A basic example of using a <tree-finder>
element to render and interact with a simple mock filesystem. The tree-finder.js
script and some associated stylesheets are dynamically fetched at page load via the jsdelivr cdn.
A basic example of using a <tree-finder>
element to render and interact with a simple mock filesystem. The tree-finder.js
script and some associated stylesheets are dynamically fetched at page load via the jsdelivr cdn.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
if [ "$PYENV_VERSION" -ne "" ] | |
then | |
name=`pyenv version-name` | |
python=`pyenv which python` | |
else | |
name=`basename "$VIRTUAL_ENV"` | |
python="$VIRTUALENV/bin/python" | |
fi |
My problem: jupyterlab/jupyterlab-hdf5#4
I realllllly want to avoid having to write my own parser for this. Here's my best (very hacky) attempt so far:
# adapted from https://stackoverflow.com/a/43090200/425458
def parseSlice(sliceStr):
return tuple((slice(*(int(i) if i else None for i in part.strip().split(':'))) if ':' in part else int(part.strip())) for part in sliceStr.split(','))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Copyright (c) 2020, the Regular Table Authors. | |
This file is part of the Regular Table library, distributed under the terms of | |
the Apache License 2.0. The full license can be found in the LICENSE file. | |
--> | |
<!DOCTYPE html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am telamonian on github. | |
* I am telamonian (https://keybase.io/telamonian) on keybase. | |
* I have a public key ASDHE221s_byyc95DHyR0mC0Pg5Nv-PhyK3yEap85xbOHQo | |
To claim this, I am signing this object: |
NewerOlder