Includes sample notebooks from https://github.com/dotnet/interactive/tree/main/samples
This file contains 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
name: deno | |
channels: | |
- conda-forge | |
dependencies: | |
- dotnet>=8 |
This file contains 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
name: deno | |
channels: | |
- conda-forge | |
dependencies: | |
- deno>=2 |
It's often difficult to find the correct configuration for JupyterHub Authenticators, especially LDAP.
This command line utility loads your jupyterhub_config.py
file, and attempts to login using a configured username and password with debug logging enabled.
This should allow you to quickly see whether your Authenticator configuration is correct.
This file contains 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
# Example of using JupyterHub with an Apache proxy under a prefix | |
version: "3" | |
services: | |
jhub: | |
image: quay.io/jupyterhub/jupyterhub-demo:5.1.0 | |
networks: | |
- jhub | |
volumes: |
This file contains 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
name: nbgitpuller | |
channels: | |
- conda-forge | |
dependencies: | |
- python=3.12 | |
- nbgitpuller |
This file contains 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
channels: | |
- conda-forge | |
dependencies: | |
- jupyter-offlinenotebook | |
- tldraw |
This file contains 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 | |
set -eux | |
sh -c 'sleep 1h && /bin/echo a97bfa0b-025f-4750-aeaf-5d27c7337057 cryptnono.banned.string1' | |
exit 1 |
This file contains 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/bash | |
loopdevice=/dev/loop0 | |
loopfile=crypt.loop | |
#megabytes | |
loopsize=256 | |
#/dev/mapper/xxxxx when open | |
cryptmapper=myCrypt |
This file contains 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
# Access a Kubernetes node root filesystem under /mnt/root | |
# Replace nodename.k8s.example.org with the Kubernetes node you want to access | |
# | |
# kubectl apply -f root-host-volume-shell.yaml | |
# kubectl exec -it root-host-volume-shell -- bash | |
--- | |
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: root-host-volume-shell |
NewerOlder