Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre Exercise code #19

Open
AIITech opened this issue Sep 26, 2019 · 0 comments
Open

Pre Exercise code #19

AIITech opened this issue Sep 26, 2019 · 0 comments

Comments

@AIITech
Copy link

AIITech commented Sep 26, 2019

Hello Ines,

I really apreciate your efforts to make this project simple and useful for all code lecturer around the world ( big thanks to you )

I have a question could you help me please. My question is how to hide pre exercise code. For example if the exercise consist 2 parts and I want to hide the first part

#Part 1 ( Hide )
import pandas as pd
url = "https://github.com/data.csv"

#Part 2 ( Show )
data = pd.read_csv(url)
data.head()

How to hide part 1 ( I dont want the student see this part ) and show only part 2?

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant