在StackOverflow中插入python代码

时间:2017-06-23 20:48:35

标签: python ipython-notebook

我曾多次尝试在StackOverflow中提问。但失败了。因为我在python的代码部分有错误。

我无法在此处插入python代码。

我们可以在这里插入Ipython笔记本吗?

1 个答案:

答案 0 :(得分:1)

在StackOverflow中,唯一可以插入的代码是HTML,Javascript和CSS。示例:



var elem = document.getElementById('section');
elem.innerHTML = "Hello world!"

#section
{
  color: red;
}

<div id="section">

</div>
&#13;
&#13;
&#13;

否则,您必须使用四个空格才能表达代码段。例如:

i = 0; # there are four spaces in front of this text

如果要动态表达其他语言,则必须使用其他网站。不过,您仍然可以链接到帖子中的其他网站。

对于Stack Overflow Meta,这可能是一个更好的问题。