Skip to content

Fail to run under anaconda #83

@yuvval

Description

@yuvval

Hi,

Thanks for sharing this package. It looks really useful.
I have trouble using it under anaconda.
It seems like everything installs correctly, however, when I open a .md file, it opens as a simple text file.

The procedure I followed for adding ipymd to my conda enviroment was:


source activate my_env
pip install ipymd 
jupyter notebook --generate-config
jupyter --config-dir # --> Result with: /home/user/.jupyter
echo c.NotebookApp.contents_manager_class = 'ipymd.IPymdContentsManager' >> /home/user/.jupyter/jupyter_notebook_config.py
echo c.IPymdContentsManager.format = 'markdown' >>  /home/user/jupyter_notebook_config.py 

and then double checking the above line were added correctly to /home/user/jupyter_notebook_config.py

Thanks again!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions