Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hide_code_latex doesn't work #49

Closed
jojomale opened this issue Nov 3, 2017 · 3 comments
Closed

hide_code_latex doesn't work #49

jojomale opened this issue Nov 3, 2017 · 3 comments
Labels

Comments

@jojomale
Copy link

jojomale commented Nov 3, 2017

Hey, I love your code hiding tool. I works great in the Browser and I can also produce pdfs from the command line. But I would really like to have the tex-file as well. I used
jupyter nbconvert --to hide_code_latex notebook.ipynb
and
jupyter nbconvert --to hide_code_latexpdf notebook.ipynb
but this only spits out the following:
Traceback (most recent call last):
File "/usr/local/bin/jupyter-nbconvert", line 11, in
sys.exit(main())
File "/home/johanna/.local/lib/python2.7/site-packages/jupyter_core/application.py", line 267, in launch_instance
return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
File "/home/johanna/.local/lib/python2.7/site-packages/traitlets/config/application.py", line 658, in launch_instance
app.start()
File "/home/johanna/.local/lib/python2.7/site-packages/nbconvert/nbconvertapp.py", line 293, in start
self.convert_notebooks()
File "/home/johanna/.local/lib/python2.7/site-packages/nbconvert/nbconvertapp.py", line 446, in convert_notebooks
cls = get_exporter(self.export_format)
File "/home/johanna/.local/lib/python2.7/site-packages/nbconvert/exporters/export.py", line 188, in get_exporter
return entrypoints.get_single('nbconvert.exporters', name).load()
File "/home/johanna/.local/lib/python2.7/site-packages/entrypoints.py", line 77, in load
mod = import_module(self.module_name)
File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
ImportError: No module named HideCodeLatexPDFExporter

I'd really appreciate some help.

@kirbs-
Copy link
Owner

kirbs- commented Nov 4, 2017

This is a bug. I'll get this fixed shortly.

@kirbs- kirbs- added the bug label Nov 4, 2017
@waio1990
Copy link

Any update on this?

@kirbs-
Copy link
Owner

kirbs- commented Apr 13, 2018

Fixed in version 0.5.1.

@kirbs- kirbs- closed this as completed in 28ecbba Apr 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants