Skip to content

Instantly share code, notes, and snippets.

View alkamid's full-sized avatar

Adam Klimont alkamid

View GitHub Profile
[tool.poetry.dependencies]
python = "^3.7"
tensorflow = "^2.1.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
@alkamid
alkamid / index.html
Last active August 29, 2015 14:22
Big Dive 4 / Week 1 viz project
<html>
<head>
<meta charset="utf-8">
<script src='d3.min.js'></script>
<style>input.vertical { -webkit-appearance: slider-vertical; writing-mode: bt-lr; }
#header {
@alkamid
alkamid / index.html
Last active August 29, 2015 14:22
Big Dive 4 / Week 1 viz project
<!DOCTYPE html>
<html>
<head>
<title>Untitled Document</title>
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="keywords" content="">
<script src="http://d3js.org/d3.v3.min.js"></script>
</head>