Attention: The Collaboratory IAM will down for up to 1 hour on Monday, the 7th of July 2025 starting from 5pm CEST (my timezone) for up to 1 hour. Any and all services, which require a user login with an EBRAINS account, will be un-available during that time


Changes for page 02. Community tutorials

Last modified by kluver on 2023/10/03 18:55

From version 6.1
edited by natalieroosta
on 2021/07/28 14:50
Change comment: There is no comment for this version
To version 5.3
edited by natalieroosta
on 2021/07/28 14:04
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -46,4 +46,18 @@
46 46  
47 47  [[image:Collaboratory.Apps.Article.Code.ArticleSheet@placeholder.jpg]]
48 48  
49 +Photo by David Clode
50 +
51 +==== Or code ====
52 +
53 +Code blocks can be added by using the code macro:
54 +
55 +{{code language="python"}}
56 +x = 1
57 +if x == 1:
58 + # indented four spaces
59 + print("x is 1.")
60 +{{/code}}
61 +
62 +(% class="wikigeneratedid" id="HH4Won27tAppearinToC" %)
49 49