View mynbconvert_sad_template
{%- extends 'basic.tpl' -%} | |
{% from 'mathjax.tpl' import mathjax %} | |
{%- block header -%} | |
<!DOCTYPE html> | |
<html lang="ar"> | |
<head> | |
{%- block html_head -%} | |
<meta charset="utf-8" /> |
View Method_to_stop_method
class Myclass: | |
def __init__(self): | |
self.cond = True | |
pass | |
def func1(self,arg): | |
while self.cond: | |
pass |
View Job1.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Lesson_22.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Lesson_20.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Lesson_19.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.