Skip to content

ErfanMoosaviMonazzah/EM_Course_IntroToML_2022_Summer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EM_Course_IntroToML_2022_Summer

Displaying Multiple output in vscode jupyter notebooks

One time solution

Copy and Paste the following code into one of the cells, run the cell

from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"

Permanent solution

Go to the following path:

C:\Users\your_profile\\.ipython\profile_default

Create a file named ipython_config.py Copy and paste the following code into that file:

c = get_config()

c.InteractiveShell.ast_node_interactivity = "all"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published