-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Labels
Description
Its nice that we have finally jupyter cell continuity thanks
Here are some issues regarding user experience:
- warning about re-declaring variables should be removed (re-declaration does work on jupyter cells and its useful)
It would be even better if it could assign the correct type for each deceleration (currently it uses the first one type for all re-declarations) but I think that's harder to do
-
asserting for a type should flow through next cells