added interactive window support
This commit is contained in:
parent
c446cbf400
commit
0e7fa46027
@ -1 +1 @@
|
||||
This reposetory is used for saving my calculations
|
||||
This reposetory is used for saving my calculations. Install Jupyter VS Code extension for interactive window
|
@ -1,11 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Thu Sep 18 17:10:29 2025
|
||||
|
||||
@author: s
|
||||
"""
|
||||
|
||||
#%%
|
||||
import numpy as np
|
||||
|
||||
# Berechnungen
|
||||
@ -24,3 +17,5 @@ def main():
|
||||
main()
|
||||
|
||||
|
||||
|
||||
# %%
|
||||
|
@ -1,10 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Thu Sep 18 17:47:51 2025
|
||||
|
||||
@author: s
|
||||
"""
|
||||
#%%
|
||||
import sympy as sp
|
||||
import IPython.display as dp
|
||||
sp.init_printing()
|
||||
@ -20,3 +14,4 @@ i=sp.factor(f) #faktorisieren
|
||||
|
||||
#Ausgabe
|
||||
dp.display(f)
|
||||
# %%
|
||||
|
Loading…
x
Reference in New Issue
Block a user