Skip to content

Commit 0db13f7

Browse files
author
Björn Jürgens
committed
.
1 parent 24c3041 commit 0db13f7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ When you want to apply the magic to a line, just prepend the line with `%cache`
4545

4646
## example
4747

48-
```python
48+
```
4949
%cache myVar = someSlowCalculation(some, "parameters")
5050
```
5151

@@ -65,7 +65,7 @@ except:
6565

6666
## general form
6767

68-
```python
68+
```
6969
%cache <variable> = <expression>
7070
```
7171

@@ -75,7 +75,7 @@ except:
7575

7676
## full form
7777

78-
```python
78+
```
7979
%cache [--version <version>] [--reset] [--debug] variable [= <expression>]
8080
```
8181

@@ -177,8 +177,8 @@ requires the bash with latest anaconda on path
177177
bash
178178
mkdir test && cd test
179179
conda skeleton pypi ipython-cache
180+
conda config --set anaconda_upload yes
180181
conda-build ipython-cache -c conda-forge
181-
anaconda upload /home/juergens/anaconda3/conda-bld/linux-64/ipython-cache-*
182182
```
183183

184184
## running tests

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='ipython-cache',
18-
version='0.2.5',
18+
version='0.2.6',
1919
packages=['cache_magic'],
2020
url='https://github.com/SmartDataInnovationLab/ipython-cache',
2121
long_description=long_description,

0 commit comments

Comments
 (0)