Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ansible-roles
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jocelyn Delalande
ansible-roles
Commits
f0791374
Commit
f0791374
authored
Jan 07, 2018
by
Jocelyn Delalande
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jupyterhub: install ijavascript kernel
parent
98dee60b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
jupyterhub/tasks/ijavascript.yml
jupyterhub/tasks/ijavascript.yml
+7
-0
jupyterhub/tasks/main.yml
jupyterhub/tasks/main.yml
+4
-1
No files found.
jupyterhub/tasks/ijavascript.yml
0 → 100644
View file @
f0791374
# Jessie-backports contains a recent version of nodejs… But without any npm…
# The nodesource version contains a npm binary
# Not that it seems not required for Debian stretch
-
name
:
Install npm deps
npm
:
name
:
ijavascript
global
:
yes
jupyterhub/tasks/main.yml
View file @
f0791374
...
...
@@ -87,4 +87,7 @@
-
restart jupyterhub
-
name
:
jupyterhub is started
service
:
name=jupyterhub state=started
\ No newline at end of file
service
:
name=jupyterhub state=started
-
name
:
Install ijavascript notebook kernel
include
:
ijavascript.yml
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment