Skip to content

deepsatflow/notebook_hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

notebook_hacks

notebooks hacks useful for programming

this is a fun notebook for making jupyter notebook customized for personal use.

different ways to open Ipython and Jupyter

jupyter lab

image

jupyter notebook

image

ipython

image

Print all variable in a cell
c = get_config()
Run all nodes interactively
c.InteractiveShell.ast_node_interactivity = "all"

Create a file at this location ~/.ipython/profile_default/ipython_config.py and paste the above code

About

notebooks hacks useful for data science

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published