We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f810e32 commit beb5249Copy full SHA for beb5249
environment.yml
@@ -3,4 +3,5 @@ channels:
3
- conda-forge
4
dependencies:
5
- python
6
- - rise
+ - rise
7
+ - numpy
test.ipynb
@@ -2,21 +2,11 @@
2
"cells": [
{
"cell_type": "code",
- "execution_count": 6,
+ "execution_count": 7,
"metadata": {},
- "outputs": [
8
- {
9
- "name": "stderr",
10
- "output_type": "stream",
11
- "text": [
12
- "1:1: E265 block comment should start with '# '\n",
13
- "2:2: E225 missing whitespace around operator\n"
14
- ]
15
- }
16
- ],
+ "outputs": [],
17
"source": [
18
- "#bad\n",
19
- "a=1"
+ "import numpy as np"
20
]
21
},
22
0 commit comments