Skip to content

Instantly share code, notes, and snippets.

View tatiC's full-sized avatar

Tati Carvalho tatiC

  • Untried Possibilities
  • Brasil - Rio de Janeiro
View GitHub Profile
@tatiC
tatiC / videos.txt
Last active October 12, 2015 10:48
videos
Programming:
http://programmingisterrible.com/
by Amaury:
Documentário: Muito além do peso
http://www.youtube.com/watch?v=8UGe5GiHCT4&feature=youtu.be
by Maysa:
Excelente entrevista de Jorge Wilheim, urbanista, no Roda Viva da TV Cultura.
@tatiC
tatiC / gist:4995106
Last active December 13, 2015 23:58
frases
"Give a man a fish and he eats for a day.
Teach a man to fish and he eats for a lifetime."
and the thought which logically followed as a result of the NPR segment:
"Give a man internet access and he will forget he's hungry."
we can change how we react.
The Do Plan, or Why We Know But Don’t Do
@tatiC
tatiC / Django for Jupyter.md
Created April 11, 2025 05:02 — forked from codingforentrepreneurs/Django for Jupyter.md
Django Setup for use in Jupyter Notebooks

Django for Jupyter

It's true packages exist to make it "easy" to use Django inside of a jupyter notebook. I seem to always run into issues successfully running these packages. I've found the below method useful although I cannot recall how I discovered how this works (aka attribution needed).

Requirements

  • Virtual Environment (virtualenv, venv, pipenv, etc)
  • Django installed & project created (we'll use the project name cfehome)
  • Jupyter installed at least in the virtual environment