Brendan Rius
608c737360
Merge pull request #22 from fermiumlabs/issue-c_extension
...
Correct c extension
2017-02-18 12:15:29 +01:00
Davide Bortolami
15e7288ef4
solve error “traitlets.traitlets.TraitError: FileExtension trait 'file_extension' does not begin with a dot: ‘c’” when exporting to script with nbconvert
2017-02-18 01:56:07 +01:00
Brendan Rius
6907716831
Update README.md
2016-06-08 11:44:17 +01:00
Brendan Rius
f60d66cf75
Add instruction on how to live-edit the code
2016-06-08 11:29:29 +01:00
Brendan Rius
6a26d60a2b
Fix #9
2016-06-08 11:24:21 +01:00
Brendan Rius
00d5d42e0e
Ignore some more files in git
2016-06-08 10:49:11 +01:00
Brendan Rius
a7bcd78fdc
Improve install.sh
2016-06-08 10:41:43 +01:00
Brendan Rius
2937ba0f6f
Make step-by-step installation less error prone
...
The pip install is now made before we clone (so we always install from PyPi) and the Git clone is made via HTTPS not SSH in case you do not have your SSH key on your GH account
2016-06-08 10:34:02 +01:00
Brendan Rius
0915173c22
Fix typo
2016-06-06 15:52:40 +01:00
Brendan Rius
416b80c542
Merge pull request #11 from brendan-rius/issue-4
...
Issue 4
2016-05-16 11:14:22 +01:00
Brendan Rius
94ec844396
Make sure to empty the queue so no message should be left over in it
2016-05-16 09:43:47 +01:00
Brendan Rius
1372583b4f
Rename Jupytersubprocess and comment it
2016-04-30 23:05:43 +01:00
Louis 'Kureuil' Person
e329f021d6
Fix subprocess bufsize & master compilation
2016-04-30 23:58:52 +02:00
Louis 'Kureuil' Person
843b3814ba
Remove stream buffering on stdout & stderr
2016-04-30 23:48:19 +02:00
Brendan Rius
fc27956da4
Remove logging
2016-04-30 22:47:49 +01:00
Brendan Rius
ebe7239f7d
wip
2016-04-30 21:45:41 +01:00
Brendan Rius
6d5ea72a74
wip
2016-04-30 21:45:41 +01:00
Brendan Rius
11fbb175ec
Add contributing guidelines in README
2016-04-30 21:44:41 +01:00
Brendan Rius
110b31e505
Use Python 3 by default
2016-04-30 11:18:38 +01:00
Brendan Rius
a0f02c1de0
Fix module name in kernel.json
2016-04-30 11:18:38 +01:00
Brendan Rius
15dd0e4232
Merge pull request #6 from ryukinix/install-sh
...
Add alternative installation using wget and sh
2016-04-29 10:41:04 +01:00
Brendan Rius
7cf9e99b57
Use setuptools instead of distutils
2016-04-29 10:35:38 +01:00
Brendan Rius
f4dc4196be
Add setup.cfg
2016-04-29 10:06:15 +01:00
Brendan Rius
dc11abae49
Add URL and download URL to setup.py
2016-04-29 10:05:16 +01:00
Brendan Rius
ae6911c3be
Change version from 1.0 to 1.0.0
1.0.0
2016-04-29 10:01:38 +01:00
Brendan Rius
c8649f5097
Add keywords for package
2016-04-29 09:59:42 +01:00
Brendan Rius
e6061bd9b6
Change package name
2016-04-29 09:58:55 +01:00
Brendan Rius
97647c0bd9
Add MIT license
2016-04-29 09:52:03 +01:00
Manoel Vilela
59e8252f94
For compatibility reasons, use jupyter-kernelspec
...
At older versions the meta command `jupyter` doesn't exist.
2016-04-29 05:47:25 -03:00
Manoel Vilela
553bb94ed4
Add specials args to avoid syntax errors with wget
2016-04-29 01:12:06 -03:00
Manoel Vilela
000b87b00a
Add alternative installation using wget and sh
2016-04-28 23:29:12 -03:00
Brendan Rius
ff8f21355f
Update README.md
2016-04-18 19:55:41 -07:00
Brendan Rius
e3a492f9c6
Update README
2016-04-18 19:53:50 -07:00
Brendan Rius
b1c930b18a
Update README.md after #2 and to move the requirements to the correct section
2016-04-18 19:52:48 -07:00
Brendan Rius
9d89b509f9
Merge pull request #2 from brendan-rius/issue-1
...
Fix #1
2016-04-18 19:47:23 -07:00
Brendan Rius
002e5ab25b
Move kernel.json to a specific folder
2016-04-18 19:45:41 -07:00
Brendan Rius
c059362835
Add docker pull in readme
2016-03-26 15:39:37 +00:00
Brendan Rius
9a57e3088f
Fix typo in readme
2016-03-26 15:00:29 +00:00
Brendan Rius
d274d94d2b
Add basic docker instructions
2016-03-26 14:59:52 +00:00
Brendan Rius
22f218dec8
Update README to add pip
2016-03-26 14:56:17 +00:00
Brendan Rius
177229a39d
Dockerized project :)
2016-03-26 14:54:39 +00:00
Brendan Rius
8ad18c3d91
Now use __main__ instead of __init__
2016-03-25 15:03:55 +00:00
Brendan Rius
57935d2b10
Remove temporary files when shutting down the kernel
2016-03-25 14:52:13 +00:00
Brendan Rius
1efe99c4a2
Update readme
2016-03-25 14:36:42 +00:00
Brendan Rius
8a8f665d7d
Add example notebook
2016-03-25 14:30:05 +00:00
Brendan Rius
04ddc5ae88
Do not try to execute the executable if compilation failed
2016-03-25 14:25:29 +00:00
Brendan Rius
785bacc9fb
Add retcode to stderr to make errors such as segfaults visible
2016-03-25 14:13:22 +00:00
Brendan Rius
fe4bd82e6a
Improve error management by separating stdout and stderr
2016-03-25 14:08:26 +00:00
Brendan Rius
eb2abc62e6
Ignore PyCHarm files
2016-03-25 14:08:09 +00:00
Brendan Rius
50121be9b1
Initial commit
2016-03-25 11:50:40 +00:00