Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kaizu
kaizu / untitled0.ipynb
Created June 9, 2021 09:02
Untitled0.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
name: sample1
author: Kazunari Kaizu
description: Measuring a single liquid.
contents:
input:
- id: volume
type: Array[Float]
- id: channel
type: Integer
default:
@kaizu
kaizu / dashboard.py
Created May 29, 2025 13:33
dashboard.py
import streamlit as st
import requests
import json
import uuid
import os
from typing import Dict, Any, Optional
from dotenv import load_dotenv
# Load environment variables
load_dotenv()
#!/usr/bin/python
# -*- coding: utf-8 -*-
from logging import getLogger
import pathlib
import time
import datetime
import numpy
from tecan import Fluent # type: ignore