ipython / ipython/ipynb

Encoding errors

Open
#42 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
258
Forks
71
PR merge metrics
No merged PRs in 30d

Description

In one notebook (en2ru.ipynb) I create function:
`def ruchar(): return 'Б'`
In another notebook I import first notebook and call ruchar()
```
from ipynb.fs.full.en2ru import *
ruchar()
```
and I get `'Р‘'`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.