File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 " # nodely >>> putMORE Node.js into Python"
88 ]
99 },
10+ {
11+ "cell_type" : " markdown" ,
12+ "metadata" : {},
13+ "source" : [
14+ " [](\n " ,
15+ " https://gnu.org/licenses/lgpl.html)\n " ,
16+ " [](\n " ,
17+ " https://python.org)\n " ,
18+ " [](\n " ,
19+ " https://pypi.python.org/pypi/ganymede)\n " ,
20+ " [](\n " ,
21+ " https://pypi.python.org/pypi/ganymede)"
22+ ]
23+ },
24+ {
25+ "cell_type" : " markdown" ,
26+ "metadata" : {},
27+ "source" : [
28+ " [](\n " ,
29+ " https://travis-ci.org/zimmermanncode/ganymede)"
30+ ]
31+ },
1032 {
1133 "cell_type" : " markdown" ,
1234 "metadata" : {},
4466 {
4567 "cell_type" : " code" ,
4668 "execution_count" : 1 ,
47- "metadata" : {
48- "collapsed" : true
49- },
69+ "metadata" : {},
5070 "outputs" : [],
5171 "source" : [
5272 " import nodely"
159179 {
160180 "data" : {
161181 "text/plain" : [
162- " 'C:\\\\ Users\\\\ Zimmermann\\\\ Miniconda3\\\\ envs\\\\ nodely\\\\ node_modules\\\\ .bin\\\\ coffee.CMD'"
182+ " Path( 'C:\\\\ Users\\\\ Zimmermann\\\\ Miniconda3\\\\ envs\\\\ nodely\\\\ node_modules\\\\ .bin\\\\ coffee.CMD') "
163183 ]
164184 },
165185 "execution_count" : 5 ,
Original file line number Diff line number Diff line change 44
55
66
7+ [ ![ ] ( http://www.gnu.org/graphics/lgplv3-88x31.png )] (
8+ https://gnu.org/licenses/lgpl.html )
9+ [ ![ ] ( https://img.shields.io/pypi/pyversions/nodely.svg )] (
10+ https://python.org )
11+ [ ![ ] ( https://img.shields.io/pypi/v/nodely.svg )] (
12+ https://pypi.python.org/pypi/ganymede )
13+ [ ![ ] ( https://img.shields.io/pypi/dd/nodely.svg )] (
14+ https://pypi.python.org/pypi/ganymede )
15+
16+
17+
18+ [ ![ ] ( https://travis-ci.org/zimmermanncode/nodely.svg )] (
19+ https://travis-ci.org/zimmermanncode/ganymede )
20+
21+
22+
723* [ Embed] ( #Embed-node_modules/-in-Python-environments ) ` node_modules/ ` in Python environments
824* [ Run] ( #Run-installed-Node.js-tools-from-Python ) installed Node.js tools from Python
925
@@ -87,7 +103,7 @@ It provides the `coffee` executable. If you want to know its absolute path:
87103
88104``` python
89105>> > nodely.which(' coffee' )
90- ' C:\\ Users\\ Zimmermann\\ Miniconda3\\ envs\\ nodely\\ node_modules\\ .bin\\ coffee.CMD'
106+ Path( ' C:\\ Users\\ Zimmermann\\ Miniconda3\\ envs\\ nodely\\ node_modules\\ .bin\\ coffee.CMD' )
91107```
92108
93109
You can’t perform that action at this time.
0 commit comments