Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108042065
interact-checkpoint.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Apr 13, 13:02
Size
320 B
Mime Type
text/x-python
Expires
Tue, Apr 15, 13:02 (2 d)
Engine
blob
Format
Raw Data
Handle
25516057
Attached To
rJNAL Jupyter notebooks for Linear Algebra
interact-checkpoint.py
View Options
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Tue Mar 19 11:22:41 2019
@author: jecker
"""
from
__future__
import
print_function
from
ipywidgets
import
interact
,
interactive
,
fixed
,
interact_manual
import
ipywidgets
as
widgets
def
f
(
x
):
return
x
interact
(
f
,
x
=
'Hi there!'
);
interact
(
f
,
x
=
10
);
Event Timeline
Log In to Comment