List of commits:
Subject Hash Author Date (UTC)
create notebook 4b1697e8524f0ccb6809099bc46d8f24660baa43 fugohan 2020-03-07 20:51:24
add binomischeformel 3.art dc2a4610fff2fdaf9cdbe986064a9780f8209ff5 fugohan 2020-03-03 13:20:35
requirements 9543a5d4fe3a1fff69c5376bb5b76de65bbfe97d fugohan 2020-03-01 17:57:21
update end c25d7a40770df4e6adc9271189db9bc26dddc2d0 fugohan 2020-03-01 17:53:01
update2 8374751a1fdf1759df5a4c61806d0501c50866e3 rocketgit-morehan 2020-03-01 17:49:47
update b3dada4eb2fd1dfa992f14cadf60f1b5cca3a03a rocketgit-morehan 2020-03-01 17:48:09
init b57bb8bb6a00bee9b9dc8e52e5c738b4c64ae063 fugohan 2020-03-01 17:37:55
Commit 4b1697e8524f0ccb6809099bc46d8f24660baa43 - create notebook
Author: fugohan
Author date (UTC): 2020-03-07 20:51
Committer name: fugohan
Committer date (UTC): 2020-03-07 20:51
Parent(s): dc2a4610fff2fdaf9cdbe986064a9780f8209ff5
Signing key:
Tree: 1c43988ce643d81b6456148d9aaea95a34175ec9
File Lines added Lines deleted
bsp.ipynb 49 0
File bsp.ipynb added (mode: 100644) (index 0000000..79cc6b6)
1 {
2 "cells": [
3 {
4 "cell_type": "code",
5 "execution_count": 2,
6 "metadata": {},
7 "outputs": [
8 {
9 "ename": "ModuleNotFoundError",
10 "evalue": "No module named 'sympy'",
11 "output_type": "error",
12 "traceback": [
13 "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
14 "\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)",
15 "\u001b[0;32m<ipython-input-2-bba1b3407d4a>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mimport\u001b[0m \u001b[0msympy\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 2\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mbinomischeformeln\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0mb\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 3\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 4\u001b[0m \u001b[0mb\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mbinomischeformeln1\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
16 "\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'sympy'"
17 ]
18 }
19 ],
20 "source": [
21 "import sympy \n",
22 "import binomischeformeln as b \n",
23 "\n",
24 "b.binomischeformeln1()"
25 ]
26 }
27 ],
28 "metadata": {
29 "kernelspec": {
30 "display_name": "Python 3",
31 "language": "python",
32 "name": "python3"
33 },
34 "language_info": {
35 "codemirror_mode": {
36 "name": "ipython",
37 "version": 3
38 },
39 "file_extension": ".py",
40 "mimetype": "text/x-python",
41 "name": "python",
42 "nbconvert_exporter": "python",
43 "pygments_lexer": "ipython3",
44 "version": "3.6.8"
45 }
46 },
47 "nbformat": 4,
48 "nbformat_minor": 2
49 }
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/rocketgit-morehan/bspgen2

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/rocketgit-morehan/bspgen2

Clone this repository using git:
git clone git://git.rocketgit.com/user/rocketgit-morehan/bspgen2

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main