• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pyscaffold / pyscaffoldext-dsproject / #76
95%

Build:
DEFAULT BRANCH: master
Ran 06 Mar 2021 07:50PM UTC
Jobs 1
Files 3
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#76

push

coveralls-python

abravalheri
Proposal: separate template and config

The existence of a notebook template is a very nice thing, since we can
define common blocks of code that we always rely on...

However the current implementation have a huge chunk right in the
beginning of the file with all the boilerplate code (e.g. configuring
jupyter extensions and the way things are displayed in the notebook).

I wonder if using a single file to centralise all this "boilerplate
jupyter configuration" makes sense... The idea is not to replace the
template, but rather get unimportant things (like configuring how many
columns pandas will display), out of the way.

This way a person can have a single line on top of the file:

```ipynb
%run ./config.ipynb
```

and start writing some text for good'old literal programming, and the
readers will not be distracted by the usual chores...

This approach also allow users to change things in one place (e.g.
font size for the graphs) and have it automatically changing in all the
notebooks, which can be quite neat.

16 of 17 branches covered (94.12%)

Branch coverage included in aggregate %.

43 of 46 relevant lines covered (93.48%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #76.1 06 Mar 2021 07:50PM UTC 0
93.65
Source Files on build #76
Detailed source file information is not available for this build.
  • Back to Repo
  • a7488a28 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc