Skip to content

Instantly share code, notes, and snippets.

@nateraw
Created October 17, 2022 06:33
Show Gist options
  • Save nateraw/9773f718fffdaafd5ddae0092390f17e to your computer and use it in GitHub Desktop.
Save nateraw/9773f718fffdaafd5ddae0092390f17e to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{"cells": [{"cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": ["! pip install git+https://github.com/nateraw/some_package@main\n# do something cool"]}, {"cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": ["from pathlib import Path"]}], "metadata": {"kernelspec": {"display_name": "Python 3.8.13 ('hf-hub-env')", "language": "python", "name": "python3"}, "language_info": {"codemirror_mode": {"name": "ipython", "version": 3}, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.13"}, "orig_nbformat": 4, "vscode": {"interpreter": {"hash": "bcab7003eb22530de05003296ac2ec846c0585035f8746efab113c7aeb1498d7"}}}, "nbformat": 4, "nbformat_minor": 2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment