Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Alain Takoudjou
erp5
Commits
14299bf3
Commit
14299bf3
authored
Sep 11, 2018
by
Eteri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update extension.erp5.JupyterConvert.py: remove hardcoded path for jupyther notebook
parent
d316aba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
bt5/erp5_data_notebook/ExtensionTemplateItem/portal_components/extension.erp5.JupyterConvert.py
...teItem/portal_components/extension.erp5.JupyterConvert.py
+3
-3
No files found.
bt5/erp5_data_notebook/ExtensionTemplateItem/portal_components/extension.erp5.JupyterConvert.py
View file @
14299bf3
...
@@ -8,9 +8,9 @@ from xmlrpclib import ServerProxy
...
@@ -8,9 +8,9 @@ from xmlrpclib import ServerProxy
from
urllib
import
urlencode
from
urllib
import
urlencode
from
urllib2
import
urlopen
from
urllib2
import
urlopen
import
os
#
import os
os
.
environ
[
'JUPYTER_CONFIG_DIR'
]
=
"/srv/slapgrid/slappart5/srv/runner/instance/slappart10/ipython"
#
os.environ['JUPYTER_CONFIG_DIR'] = "/srv/slapgrid/slappart5/srv/runner/instance/slappart10/ipython"
os
.
environ
[
'IPYTHONDIR'
]
=
"/srv/slapgrid/slappart5/srv/runner/instance/slappart10/ipython"
#
os.environ['IPYTHONDIR'] = "/srv/slapgrid/slappart5/srv/runner/instance/slappart10/ipython"
class
PyMarkdownPreprocessor
(
Preprocessor
):
class
PyMarkdownPreprocessor
(
Preprocessor
):
"""
"""
...
...
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