srush / streambook

Live Python Notebooks with any Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output is not shown in the browser version, instead redirected to the terminal

A-Alaa opened this issue · comments

commented

By using this Python file

# First test

import os
import numpy as np

print(os.listdir())

the output is fed to the terminal instead of the web version.

Screenshot_2021-04-12 01pre_EDA streambook · Streamlit

good point. I will see what I can do.

This should work now if you pull. Can you give it a try?

image

commented

good point. I will see what I can do.

Thank you for the great tool. Let me know if you need further details if you couldn't reproduce it.

commented

This should work now if you pull. Can you give it a try?

image

It works with me now.. Thank you!