Skip to content

Instantly share code, notes, and snippets.

View vinayak-mehta's full-sized avatar
🤕
Recovering

Vinayak Mehta vinayak-mehta

🤕
Recovering
View GitHub Profile
import sys
from jupyter_client import KernelManager
try:
manager = KernelManager()
manager.start_kernel()
client = manager.client()
import os
import sys
import json
import hmac
import hashlib
import traceback
from binascii import b2a_hex
from datetime import datetime, timezone
import zmq
@vinayak-mehta
vinayak-mehta / disease_outbreaks_camelot.ipynb
Last active November 5, 2023 18:54
A jupyter notebook showing how Camelot can be used to extract tables from PDFs scraped from the IDSP website.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.